瀏覽代碼

tree: add -C example (#4295)

Gustavo Dias Alexandre 4 年之前
父節點
當前提交
16bcab0104
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      pages/osx/tree.md

+ 3 - 2
pages/osx/tree.md

@@ -1,6 +1,7 @@
 # tree
 
 > Show the contents of the current directory as a tree.
+> More information: <http://mama.indstate.edu/users/ice/tree/>.
 
 - Print files and directories up to 'num' levels of depth (where 1 means the current directory):
 
@@ -10,9 +11,9 @@
 
 `tree -d`
 
-- Print hidden files too:
+- Print hidden files too with colorization on:
 
-`tree -a`
+`tree -a -C`
 
 - Print the tree without indentation lines, showing the full path instead (use `-N` to not escape whitespace and special characters):