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