[Bug 292557] grep can not see through symlinks

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 18 Jan 2026 08:16:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292557

Simon Wollwage <rootnode+freebsd@wollwage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Works As Intended
             Status|New                         |Closed

--- Comment #2 from Simon Wollwage <rootnode+freebsd@wollwage.com> ---
/t/grep ❱ echo "foo" > a
/t/grep ❱ ln -s a b
/t/grep ❱ grep -R foo
./a:foo
/t/grep ❱ grep -RS foo
./a:foo
./b:foo

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