瀏覽代碼

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

Jacob Wang 5 年之前
父節點
當前提交
fbc01dd463
共有 1 個文件被更改,包括 4 次插入0 次删除
  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}}`