Hello,
I am trying to put together a series of sctipts to work for me and I have been stuck on this one for some time now. I need a command or serries of commands that will pull an e-mail address out of an html file.
grep "mailto:" file.html
#gives me this output
<td width="275"><font size="2" color="#000000"face="Verdana, Arial, Helvetica, sans-serif">pappy paperson<BR>29 smith<BR>Irvine, CA 92620<BR>US<BR><a href="mailto

appy@pappy.com" style=" ">pappy@pappy.com</a><BR></font></td>
I would like to narrow this down to only read the actual e-mail address to drop into a new file. I have limited C++ knowledge from windows but have never been able to convert my program to linux. Any help that you could offer would be greatly appreciated. Thank you.