Command to Print Out Directory Tree Listing Posted on 2012-10-032012-10-03 by Philipp ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/' Found here Share this: Click to share on X (Opens in new window) X Click to share on Facebook (Opens in new window) Facebook Like this:Like Loading... Related Published by Philipp View all posts by Philipp
oder einfach:
/usr/bin/tree
😉
# -bash: tree: command not found
There is more than Linux out there ;-).