mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 19:15:27 +02:00
tree.md: add example for exclude directory (#1842)
This commit is contained in:
commit
e1a0b2563c
1 changed files with 4 additions and 0 deletions
|
@ -25,3 +25,7 @@
|
|||
- Filter the tree using a wildcard (glob) pattern:
|
||||
|
||||
`tree -P {{*.txt}}`
|
||||
|
||||
- Ignore entries that match a wildcard (glob) pattern:
|
||||
|
||||
`tree -I {{*.txt}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue