diff --git a/pages/common/grep.md b/pages/common/grep.md index 53955b70a..a33862544 100644 --- a/pages/common/grep.md +++ b/pages/common/grep.md @@ -31,6 +31,6 @@ `cat {{path/to/file}} | grep {{search_pattern}}` -- Invert match for excluding specific strings: +- In[v]ert match for excluding specific strings: `grep -v {{search_pattern}}`