Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Aug 2024 18:08:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 280676] grep default recursive behavior differs from manpage
Message-ID:  <bug-280676-227-RthG863ggZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-280676-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280676

Ed Maste <emaste@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emaste@freebsd.org

--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
FYI, from GNU grep's man page:

       -r, --recursive
              Read all files under each directory, recursively, following
              symbolic links only if they are on the command line.  Note that
              if no file operand is given, grep searches the working
              directory.  This is equivalent to the -d recurse option.

       -R, --dereference-recursive
              Read all files under each directory, recursively.  Follow all
              symbolic links, unlike -r.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280676-227-RthG863ggZ>