diff --git a/pages/common/grep.md b/pages/common/grep.md index b825c3e48..4a67fcb5c 100644 --- a/pages/common/grep.md +++ b/pages/common/grep.md @@ -13,7 +13,7 @@ - Search recursively (ignoring non-text files) in current directory for an exact string: -`grep -rI {{search_string}} .` +`grep -RI {{search_string}} .` - Use extended regular expressions (supporting `?`, `+`, `{}`, `()` and `|`):