From 16bcab0104f1c62e3b22c567bfb7a6581359185c Mon Sep 17 00:00:00 2001 From: Gustavo Dias Alexandre Date: Sun, 30 Aug 2020 00:59:37 -0300 Subject: [PATCH] tree: add -C example (#4295) --- pages/osx/tree.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/osx/tree.md b/pages/osx/tree.md index c086b5070..0ee158cde 100644 --- a/pages/osx/tree.md +++ b/pages/osx/tree.md @@ -1,6 +1,7 @@ # tree > Show the contents of the current directory as a tree. +> More information: . - 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):