mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:53:34 +02:00
tree: glob pattern requires quote marks
This commit is contained in:
parent
b6b26e345d
commit
e750939432
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
- Find files within the tree hierarchy, using a wildcard (glob) pattern, and pruning out directories that don't contain matching files:
|
||||
|
||||
`tree -P {{*.txt}} --prune`
|
||||
`tree -P '{{*.txt}}' --prune`
|
||||
|
||||
- Find directories within the tree hierarchy, pruning out directories that aren't ancestors of the wanted one:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue