Previous
|
Next
grep -v
grep
-v
: invert
show all lines that
don't
match the pattern.
grep bear *.txt | grep -v polar