Answers for "exclude line from grep"

1

grep but exclude directory

grep -rli --exclude-dir=/path/to/exclude "keyword"
Posted by: Guest on December-24-2020
0

grep ignore lines

grep -v #invert your matches
Posted by: Guest on April-23-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language