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

client-spec/clarity
Jacob Wang 2020-04-03 14:13:24 +13:00 committed by GitHub
parent fecee0d61a
commit fbc01dd463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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