소스 검색

linux/tree: use -N avoid escaping special chars

Waldir Pimenta 8 년 전
부모
커밋
5cbcb7e7cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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`