tree: update description

Also added tokens
This commit is contained in:
Agniva De Sarker
2017-12-29 08:45:39 +05:30
committed by GitHub
parent 68ccb63f98
commit 852edabca9

View File

@@ -26,6 +26,6 @@
`tree -P {{*.txt}}`
- Ignore files that match a wildcard (glob) pattern:
- Ignore entries that match a wildcard (glob) pattern:
`tree -I '*.txt'`
`tree -I {{*.txt}}`