find: closing single quote missed in example (#6410)

beep
wai4y 2021-08-25 23:45:40 +08:00 committed by GitHub
parent 01daaf25a3
commit 2ffb8c96d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: