Storage and UNIX Administration
Wednesday, March 16, 2011
List Sub directories in tree format
ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/'
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)