diff --git a/pages/linux/tree.md b/pages/linux/tree.md index 5fbc1a692..f4da1dd72 100644 --- a/pages/linux/tree.md +++ b/pages/linux/tree.md @@ -26,6 +26,6 @@ `tree -P {{*.txt}}` -- Exclude a directory: +- Ignore files that match a wildcard (glob) pattern: -`tree -I node_modules` +`tree -I '*.txt'`