Added invert match parameter.
This commit is contained in:
@@ -26,3 +26,7 @@
|
|||||||
- use the standard input instead of a file
|
- use the standard input instead of a file
|
||||||
|
|
||||||
`cat {{file_path}} | grep {{something}}`
|
`cat {{file_path}} | grep {{something}}`
|
||||||
|
|
||||||
|
- invert match for excluding specific strings
|
||||||
|
|
||||||
|
`grep -v {something}`
|
||||||
|
Reference in New Issue
Block a user