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:
parent
fecee0d61a
commit
fbc01dd463
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue