My Unix Commands – Tree view of sub-directories

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!