[CentOS] find

Fri Oct 3 23:07:15 UTC 2008
MHR <mhullrich at gmail.com>

On Fri, Oct 3, 2008 at 1:08 PM, Bowie Bailey <Bowie_Bailey at buc.com> 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