Command to Print Out Directory Tree Listing Philipp2012/10/032012/10/03Bash, Snippets Post navigation PreviousNext ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/' Found here Related
oder einfach:
/usr/bin/tree
😉
# -bash: tree: command not found
There is more than Linux out there ;-).