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

This commit is contained in:
Feber
2018-12-08 19:01:13 +07:00
committed by Agniva De Sarker
parent fcb005c7a8
commit 9cca55203c

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