mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 09:15:32 +02:00
rg: add -v for invert matching (#2638)
This commit is contained in:
parent
fcb005c7a8
commit
9cca55203c
1 changed files with 4 additions and 0 deletions
|
@ -25,3 +25,7 @@
|
|||
- Only list matched files -- useful when piping to other commands:
|
||||
|
||||
`rg --files-with-matches {{pattern}}`
|
||||
|
||||
- Show lines that do not match the given pattern:
|
||||
|
||||
`rg --invert-match {{pattern}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue