Sfoglia il codice sorgente

rg: Add doc for literal string search (#3957)

Jacob Wang 5 anni fa
parent
commit
fbc01dd463
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      pages/common/rg.md

+ 4 - 0
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}}`