1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 21:55:25 +02:00

Merge pull request #218 from akoenig/grep-invert

[grep] Added invert match parameter.
This commit is contained in:
Romain Prieto 2014-07-28 09:21:26 +10:00
commit a3a328351f

View file

@ -26,3 +26,7 @@
- use the standard input instead of a file
`cat {{file_path}} | grep {{something}}`
- invert match for excluding specific strings
`grep -v {{something}}`