소스 검색

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}}`