Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

grep exclude

grep -R "what_you_want_to_capture" ./path_to_file/a.txt | grep -v "exclude this"
 
PREVIOUS NEXT
Tagged: #grep #exclude
ADD COMMENT
Topic
Name
5+9 =