grep: -v for in[v]ert (#5216)

This commit is contained in:
Henrikh Kantuni
2021-02-02 16:44:00 +04:00
committed by GitHub
parent d698531e94
commit 4132aea569

View File

@@ -31,6 +31,6 @@
`cat {{path/to/file}} | grep {{search_pattern}}`
- Invert match for excluding specific strings:
- In[v]ert match for excluding specific strings:
`grep -v {{search_pattern}}`