Procházet zdrojové kódy

linux/tree: use -N avoid escaping special chars

Waldir Pimenta před 8 roky
rodič
revize
5cbcb7e7cf
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      pages/linux/tree.md

+ 1 - 1
pages/linux/tree.md

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