mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 20:55:24 +02:00
Update tree.md
This commit is contained in:
parent
f7941866ae
commit
68ccb63f98
1 changed files with 2 additions and 2 deletions
|
@ -26,6 +26,6 @@
|
|||
|
||||
`tree -P {{*.txt}}`
|
||||
|
||||
- Exclude a directory:
|
||||
- Ignore files that match a wildcard (glob) pattern:
|
||||
|
||||
`tree -I node_modules`
|
||||
`tree -I '*.txt'`
|
||||
|
|
Loading…
Add table
Reference in a new issue