mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 11:35:26 +02:00
linux/tree: use -N avoid escaping special chars
This commit is contained in:
parent
c294bdc4b6
commit
5cbcb7e7cf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue