mirror of https://github.com/CrimsonTome/tldr.git
tree.md: add example for exclude directory
parent
ec3bf34b5e
commit
f7941866ae
|
@ -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}}`
|
||||||
|
|
||||||
|
- Exclude a directory:
|
||||||
|
|
||||||
|
`tree -I node_modules`
|
||||||
|
|
Loading…
Reference in New Issue