Merge pull request #185 from naxoc/tree

Add tree command docs.
This commit is contained in:
Romain Prieto
2014-04-22 12:27:28 +10:00

19
pages/common/tree.md Normal file
View File

@@ -0,0 +1,19 @@
# tree
> Show the contents of the current directory as a tree.
- Show files and directories with a depth of 'num'
`tree -L {{num}}`
- Show directories only
`tree -d`
- Show hidden files too
`tree -a`
- Print human readable size of files
`tree -h`