mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 11:15:24 +02:00
adds useful commands to tree
This commit is contained in:
parent
235c7f1879
commit
4a7ece70ac
1 changed files with 8 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue