mirror of https://github.com/CrimsonTome/tldr.git
Update tree.md
parent
f7941866ae
commit
68ccb63f98
|
@ -26,6 +26,6 @@
|
||||||
|
|
||||||
`tree -P {{*.txt}}`
|
`tree -P {{*.txt}}`
|
||||||
|
|
||||||
- Exclude a directory:
|
- Ignore files that match a wildcard (glob) pattern:
|
||||||
|
|
||||||
`tree -I node_modules`
|
`tree -I '*.txt'`
|
||||||
|
|
Loading…
Reference in New Issue