1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 04:55:32 +02:00

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