Replacing GNU grep revisited

Chris Costello chris at FreeBSD.org
Mon Jun 23 03:44:28 PDT 2003


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                                <chris at FreeBSD.org>
FreeBSD Project                           http://www.FreeBSD.org/
TrustedBSD Project                     http://www.TrustedBSD.org/


More information about the freebsd-hackers mailing list