1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-12 15:35:26 +02:00

Merge pull request #1064 from tldr-pages/tree-N

tree: mention -N option for -i -f
This commit is contained in:
Leandro Ostera 2016-09-17 12:28:06 +02:00 committed by GitHub
commit bf78263c1b
2 changed files with 2 additions and 2 deletions

View file

@ -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`

View file

@ -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`