On Wed, 11 Aug 2010 18:00:22 -0500
"Jack L. Stone" <ja...@sage-american.com> wrote:

> Kindly appreciate help with how to grep (or similar) a list of words
> to determine if any of them are in a file rather than grepping one
> word at a time.
> 

Use egrep

egrep "(word1|word2)" <file>

Attachment: signature.asc
Description: PGP signature

Reply via email to