mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 23:46:00 +02:00
tree: add -C example (#4295)
This commit is contained in:
parent
1669465f5f
commit
16bcab0104
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
# tree
|
# tree
|
||||||
|
|
||||||
> Show the contents of the current directory as a tree.
|
> Show the contents of the current directory as a tree.
|
||||||
|
> More information: <http://mama.indstate.edu/users/ice/tree/>.
|
||||||
|
|
||||||
- Print files and directories up to 'num' levels of depth (where 1 means the current directory):
|
- Print files and directories up to 'num' levels of depth (where 1 means the current directory):
|
||||||
|
|
||||||
|
@ -10,9 +11,9 @@
|
||||||
|
|
||||||
`tree -d`
|
`tree -d`
|
||||||
|
|
||||||
- Print hidden files too:
|
- Print hidden files too with colorization on:
|
||||||
|
|
||||||
`tree -a`
|
`tree -a -C`
|
||||||
|
|
||||||
- Print the tree without indentation lines, showing the full path instead (use `-N` to not escape whitespace and special characters):
|
- Print the tree without indentation lines, showing the full path instead (use `-N` to not escape whitespace and special characters):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue