rg: add -v for invert matching (#2638)

italian
Feber 2018-12-08 19:01:13 +07:00 committed by Agniva De Sarker
parent fcb005c7a8
commit 9cca55203c
1 changed files with 4 additions and 0 deletions

View File

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