浏览代码

Added invert match parameter.

André König 10 年之前
父节点
当前提交
6875834b79
共有 1 个文件被更改,包括 4 次插入0 次删除
  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}`