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`