home
|
archive
|
lists
|
rpg
|
howto
|
other
|
about
grep
Don’t do this:
grep -v foo | grep -v bar
vs
grep -vE 'foo|bar'