mirror of https://github.com/CrimsonTome/tldr.git
Merge pull request #1064 from tldr-pages/tree-N
tree: mention -N option for -i -fwaldyrious/alt-syntax
commit
bf78263c1b
|
@ -14,7 +14,7 @@
|
|||
|
||||
`tree -a`
|
||||
|
||||
- Print the tree without indentation lines, showing the full path instead:
|
||||
- Print the tree without indentation lines, showing the full path instead (use `-N` to not escape whitespace and special characters):
|
||||
|
||||
`tree -i -f`
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
`tree -a`
|
||||
|
||||
- Print the tree without indentation lines, showing the full path instead:
|
||||
- Print the tree without indentation lines, showing the full path instead (use `-N` to not escape whitespace and special characters):
|
||||
|
||||
`tree -i -f`
|
||||
|
||||
|
|
Loading…
Reference in New Issue