diff --git a/pages/linux/tree.md b/pages/linux/tree.md index 5760024859..5fbc1a6924 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`