Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Feb 2023 01:20:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 201650] (e)grep handling regexp wrong
Message-ID:  <bug-201650-227-GsYUmuVRw8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201650-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201650-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D201650

--- Comment #11 from Christian Kujau <freebsd@nerdbynature.de> ---
No longer reproducible in 13.1-RELEASE-p3 (with bsdgrep 2.6.0-FreeBSD or
GNU/grep 3.8):

 $ echo "abc" | /usr/bin/grep -Eo '^[a-z]'=20
 a

 $ echo "abc" | /usr/local/bin/ggrep -Eo '^[a-z]'=20
 a

So...I guess this report can be closed?

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



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