From: Rob Hill (robhill at domain indigo.ie)
Date: Thu 26 Aug 1999 - 16:44:27 IST
Miles wrote:
>
> How would I go about searching for an occurrence of a word in a folder
> with multiple subdirs, and have it search those subdirs recursively for
> the word as well? There isn't any '-R' flag or the like for grep, is there
> (a la cp -R or cmod -R)?
>
em just do
grep whatever `find . -name "*" -print`
rob
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:04:30 GMT