Hello all,
First, thank you very... very... much to all...(too many to named) who
responsed to my question below. All gave me the right answer:
either:
# egrep -e 'word1|word2|word3' file...
or
# grep -E 'word1|word2|word3' file...
Thanks! again...
-PC
--------------------------------------------------------
Hello managers,
How Do I find more words than one patterns (more than one words)
by using a single "grep" command?
Thanks in advanced!
-PC
Received on Mon Feb 08 1999 - 20:54:18 NZDT