Hi ,

how to trace email from particular domain i want to trace all log from
yahoo.com

cat /var/log/maillog | egrep -i 'from=<*@yahoo.com'

the above commad is not working properly pls some help me with regular
expression


Regards
kshitij

On Wed, Jun 1, 2011 at 6:07 PM, Duane Hill <du...@duanemail.org> wrote:

> Wednesday, June 1, 2011, 3:33:41 AM, Ralf wrote:
>
> > * kshitij mali <foreplay...@gmail.com>:
> >> Thank u ralf
> >>
> >> Can u please give me link for learn regular experssion
>
> > The best book is:
> > http://oreilly.com/catalog/9780596002893
> > (IMHO of course)
>
> I also use:
>
>  http://www.regular-expressions.info/
>
> --
>  Duane
>
>

Reply via email to