mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
find: closing single quote missed in example (#6410)
This commit is contained in:
parent
01daaf25a3
commit
2ffb8c96d3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Find files matching multiple path/name patterns:
|
||||
|
||||
`find {{root_path}} -path '{{**/path/**/*.ext}} -or -name '{{*pattern*}}'`
|
||||
`find {{root_path}} -path '{{**/path/**/*.ext}}' -or -name '{{*pattern*}}'`
|
||||
|
||||
- Find directories matching a given name, in case-insensitive mode:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue