On Tuesday 18 June 2002 12:16 pm, ListServ wrote:
> If I run the command:
>
> find /home -name "rules.ima"
>
> it lists all rules.ima directories. perfect!
>
> but if I run:
>
> find /home -name "rules.ima" | grep "@aol.com"
>  it comes up with nothing.

because you have to print to the screen use:

find /home -name "rules.ima" | grep "@aol.com" -print

David M.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to