Date: Sun, 18 Jan 2026 08:16:17 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 292557] grep can not see through symlinks Message-ID: <bug-292557-227-XqyqOdrJRz@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-292557-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=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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-292557-227-XqyqOdrJRz>
