On Sunday, June 22, 2003, Sean Farley wrote:
> Reasons to consider for switching:
> 1. GNU's grep -r option "is broken" according to the following post.
> The only thing I have noticed is that FreeGrep has more options for
> controlling how symbolic links are traversed.
>
> http://groups.google.com/groups?hl=en&lr=lang_en&ie=UTF-8&selm=xzp7kchblor.fsf_flood.ping.uio.no%40ns.sol.net
A workaround for this problem in the meantime would be to use
find <directory> -type f | xargs grep EXPR
Just FYI.
--
Chris Costello <[EMAIL PROTECTED]>
FreeBSD Project http://www.FreeBSD.org/
TrustedBSD Project http://www.TrustedBSD.org/
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"