<div dir="ltr"><div><a href="http://ubuntuforums.org/showthread.php?t=1098267">http://ubuntuforums.org/showthread.php?t=1098267</a><br><br></div>try `awk '{for(i=1;i<=NF;i++) { if ($(i) ~ "@") print $i}}' emails.txt` if this is too advanced for you read this primer <a href="http://cli.learncodethehardway.org/book/">http://cli.learncodethehardway.org/book/</a><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 1, 2014 at 1:25 PM, Josh Juran <span dir="ltr"><<a href="mailto:jjuran@gmail.com" target="_blank">jjuran@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sep 30, 2014, at 12:32 PM, N <<a href="mailto:jpk@pobox.com">jpk@pobox.com</a>> wrote:<br>
<br>
> Does anyone know of software that would allow me to extract about a thousand email addresses from a 90-page txt file of names, addresses and phone numbers?<br>
<br>
</span><a href="http://www.xkcd.com/208/" target="_blank">http://www.xkcd.com/208/</a><br>
<span class="HOEnZb"><font color="#888888"><br>
Josh<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
Noisebridge-discuss mailing list<br>
<a href="mailto:Noisebridge-discuss@lists.noisebridge.net">Noisebridge-discuss@lists.noisebridge.net</a><br>
<a href="https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss" target="_blank">https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss</a><br>
</div></div></blockquote></div><br></div>