Command to Print Out Directory Tree Listing
ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/'
Found here
my personal Site of Things
ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/'
Found here
oder einfach:
/usr/bin/tree
😉
# -bash: tree: command not found
There is more than Linux out there ;-).