mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 14:15:44 +02:00
tree.md: add example for exclude directory
This commit is contained in:
parent
ec3bf34b5e
commit
f7941866ae
1 changed files with 4 additions and 0 deletions
|
@ -25,3 +25,7 @@
|
|||
- Filter the tree using a wildcard (glob) pattern:
|
||||
|
||||
`tree -P {{*.txt}}`
|
||||
|
||||
- Exclude a directory:
|
||||
|
||||
`tree -I node_modules`
|
||||
|
|
Loading…
Add table
Reference in a new issue