tree.md: add example for exclude directory (#1842)
This commit is contained in:
@@ -25,3 +25,7 @@
|
|||||||
- Filter the tree using a wildcard (glob) pattern:
|
- Filter the tree using a wildcard (glob) pattern:
|
||||||
|
|
||||||
`tree -P {{*.txt}}`
|
`tree -P {{*.txt}}`
|
||||||
|
|
||||||
|
- Ignore entries that match a wildcard (glob) pattern:
|
||||||
|
|
||||||
|
`tree -I {{*.txt}}`
|
||||||
|
Reference in New Issue
Block a user