On Nov 13, Francisco Reyes wrote:
> The man page for grep says to use "-r" to recurse, yet when I try
> something like
> 
> grep -r -li string *.c

find . -name "*.c" -exec grep -li string {} \;

Dan
-- 
 Dan Busarow                                                  949 443 4172
 Dana Point Communications, Inc.                            [EMAIL PROTECTED]
 Dana Point, California  83 09 EF 59 E0 11 89 B4   8D 09 DB FD E1 DD 0C 82

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to