1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

Merge pull request #444 from audibleblink/add_to_tree

adds useful commands to tree
This commit is contained in:
Waldir Pimenta 2015-12-29 16:20:34 +00:00
commit 0c8634409c

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`