I found this line on centerkey.com:
ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^/]*//--/g' -e 's/^/ /' -e 's/-/|/'
It was very useful, and created simple graphic tree of my sub-directories.
Live long the internet!
Fixing the internet one page at a time
I found this line on centerkey.com:
ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^/]*//--/g' -e 's/^/ /' -e 's/-/|/'
It was very useful, and created simple graphic tree of my sub-directories.
Live long the internet!