mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 13:55:25 +02:00
Added invert match parameter.
This commit is contained in:
parent
8025803d9d
commit
6875834b79
1 changed files with 4 additions and 0 deletions
|
@ -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}`
|
||||
|
|
Loading…
Add table
Reference in a new issue