From f7941866aebffe27334bd59c5283f9fd29ee0473 Mon Sep 17 00:00:00 2001 From: n4nagappan Date: Thu, 28 Dec 2017 11:04:17 +0530 Subject: [PATCH] tree.md: add example for exclude directory --- pages/linux/tree.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/tree.md b/pages/linux/tree.md index 576002485..5fbc1a692 100644 --- a/pages/linux/tree.md +++ b/pages/linux/tree.md @@ -25,3 +25,7 @@ - Filter the tree using a wildcard (glob) pattern: `tree -P {{*.txt}}` + +- Exclude a directory: + +`tree -I node_modules`