Update tree.md

coverage
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
1 changed files with 2 additions and 2 deletions

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