Obviously, you can use the | (pipe?) to represent OR, but is there a way to represent AND as well?
|
OR
AND
Specifically, I\'d like to
Why not use awk? with awk regex AND, OR matters is so simple
awk '/WORD1/ && /WORD2/ && /WORD3/' myfile