The man page for grep says to use "-r" to recurse, yet when I try something like
grep -r -li string *.c I get no files. However, if I go into one of the subdirectories and do a plain grep <string> *.c then <string> is found on several files. _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"