Difference between revisions of "Linux comand: grep"

From RHS Wiki
Jump to navigation Jump to search
(Created page with "exclude words in grep search: grep -v "word to exclude"")
 
Line 1: Line 1:
 
exclude words in grep search:
 
exclude words in grep search:
  grep -v "word to exclude"
+
  grep -v "text to exclude"

Revision as of 12:37, 10 November 2015

exclude words in grep search:

grep -v "text to exclude"