grep

Don’t do this:

grep -v foo | grep -v bar

vs

grep -vE 'foo|bar'