Update tree.md

This commit is contained in:
n4nagappan
2017-12-29 06:55:40 +05:30
committed by GitHub
parent f7941866ae
commit 68ccb63f98

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