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

translation-badges
Henrikh Kantuni 2021-02-02 16:44:00 +04:00 committed by GitHub
parent d698531e94
commit 4132aea569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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