On Fri, Oct 3, 2008 at 1:08 PM, Bowie Bailey <[EMAIL PROTECTED]> wrote:
>
> Or you can do it like this:
>
> find . -type f -exec grep -H <pattern> {} \;
>

Or this:

grep -rH <pattern> .

Wait, that's too short....

:-)

mhr
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to