tree.md: add example for exclude directory

coverage
n4nagappan 2017-12-28 11:04:17 +05:30 committed by GitHub
parent ec3bf34b5e
commit f7941866ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -25,3 +25,7 @@
- Filter the tree using a wildcard (glob) pattern:
`tree -P {{*.txt}}`
- Exclude a directory:
`tree -I node_modules`