hello everyone,
Thank you much to all who reponsed to my questions (too many to name).
You are all great.
The answers are:
- For the "grep" or "egrep" to match multiple patterns:
# grep -E "word1|word2" file_name
or
# egrep -e "word1|word2" file_name
- To find the summaries's archives WWW:
for U.S
http://www.ornl.gov/its/archives/mailing-lists/
for European
http://www.xray.mpg.de/mailing-lists/tru64-unix-managers/
Regards,
/PC
______________________________ Forward Header __________________________________
Subject: grep or egrep
Author: Phetphone_Chanthavong_at_bedison.com at Internet
Date: 3/22/99 12:29 PM
Hello everyone,
How do I use an "grep" or "egrep" command to fine more
than one patterns?
The other question I need some pointer is how and where I do find or
search for any problems/answers from the summary that people
put on the mailing list?
Thanks in advance...
/PC
Received on Tue Mar 23 1999 - 15:07:06 NZST