Hi all, I am a newbie and really enjoy this list. I have what i am sure is a fairly easy question, but I need help.
I have a text file which contains much un-needed data, but also contains a bunch of email addresses I need. I have been succesful in the basics of opening the file and putting the contents into an array. However, I have had a problem extracting the email addresses. I used the grep/@/ function an this returned all the lines that contained an email address. However, I don't want the whole line, just the email address. I tried the nongreedy modifier grep/@?/ but this didn't work. Any suggestions. Thanks in advance. MMM __________________________________________________ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]