diff --git a/pages/common/find.md b/pages/common/find.md index ea8f98dcd9..e4135d525e 100644 --- a/pages/common/find.md +++ b/pages/common/find.md @@ -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: