Re: Finding a name inside of an email

From: David J. Weller-Fahy <dave-lists-aklug@weller-fahy.com>
Date: Tue Feb 22 2005 - 12:51:06 AKST

* Jon <jonr@destar.net> [2005-02-22 22:16 +0100]:
> I need to find a name in an email the name is ledoux, I was thinking
> 'find' might be an answer and my sed/awk skills are only in chapter 2 of
> my sed/awk book.

My immediate response would be to pipe the email through the following
command:

grep ledoux

You may also want to use the '-i' option which ignores case.

However, I don't know much about evolution, or your mail setup... is
evolution pipe friendly?

Regards,

-- 
dave [ please don't CC me ]
---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.
Received on Tue Feb 22 12:52:14 2005

This archive was generated by hypermail 2.1.8 : Tue Feb 22 2005 - 12:52:14 AKST