find: always enclose the pattern in quotes (#3983)
As mentioned in man page, should always enclose the pattern in quotes in order to protect it from expansion by the shell.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
- Find directories matching a given name, in case-insensitive mode:
|
||||
|
||||
`find {{root_path}} -type d -iname {{*lib*}}`
|
||||
`find {{root_path}} -type d -iname '{{*lib*}}'`
|
||||
|
||||
- Find files matching a path pattern:
|
||||
|
||||
|
Reference in New Issue
Block a user