find: closing single quote missed in example (#6410)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user