listing of directories in tree format
Fri, 12/03/2010 - 11:58 — sandipBelow example shows listing of files and directories in tree format including hidden files and directory display depth of 3:
tree -a -L 3
-a : include hidden files
-L : depth of directory tree to display
man tree for more info...
- sandip's blog
- Login or register to post comments