[ic] Re: Very newbie question and new to the list...

Hans Poo interchange-users@interchange.redhat.com
Wed Nov 14 13:26:00 2001


El Mié 14 Nov 2001 12:04, escribió:
> There is a utility called "grep" which will search for a text string. If
> you check the man page for grep "man grep" you will find a switch option
> that will let you recursively search directorys.
>
>
> Bob
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@interchange.redhat.com
> http://interchange.redhat.com/mailman/listinfo/interchange-users

En cualquier caso puedes usar:

find . -name '*.html' -type f -exec grep string_busar {}  \;