1
0
Fork 0
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:
n4nagappan 2017-12-29 06:55:40 +05:30 committed by GitHub
parent f7941866ae
commit 68ccb63f98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'`