-vで指定した正規表現の否定にマッチする。
-v
% grep -v
ヘルプにこう書いてある。
-v, --invert-match select non-matching lines
% cat textfileabc % grep -v b textfileac