Sfoglia il codice sorgente

Added invert match parameter.

André König 10 anni fa
parent
commit
6875834b79
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      pages/common/grep.md

+ 4 - 0
pages/common/grep.md

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