Added invert match parameter.

waldyrious/alt-syntax
André König 2014-07-27 10:23:56 +02:00
parent 8025803d9d
commit 6875834b79
1 changed files with 4 additions and 0 deletions

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