1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-31 00:15:31 +02:00

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

This commit is contained in:
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

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