Add tree command docs.

This commit is contained in:
Camilla Krag Jensen 2014-04-14 19:56:07 +02:00
parent c92c84e2df
commit c25dc96b5d

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`