adds useful commands to tree

waldyrious/alt-syntax
Alex Flores 2015-12-28 23:13:19 -05:00
parent 235c7f1879
commit 4a7ece70ac
1 changed files with 8 additions and 0 deletions

View File

@ -17,3 +17,11 @@
- Print human readable size of files
`tree -h`
- Print the full path for each file
`tree -f`
- Print the tree without lines and indentation. Useful when used with -f
`tree -i`