diff --git a/pages/common/rg.md b/pages/common/rg.md index 1a348267f..2a967df97 100644 --- a/pages/common/rg.md +++ b/pages/common/rg.md @@ -31,3 +31,7 @@ - Show lines that do not match the given pattern: `rg --invert-match {{pattern}}` + +- Search a literal string pattern: + +`rg -F {{string}}`