Date: Sun, 26 Jun 2016 16:38:25 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 201650] (e)grep handling regexp wrong Message-ID: <bug-201650-8-FHKTqHE4kx@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-201650-8@https.bugs.freebsd.org/bugzilla/> References: <bug-201650-8@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 Dani=C3=ABl de Kok <me@danieldk.eu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |me@danieldk.eu --- Comment #3 from Dani=C3=ABl de Kok <me@danieldk.eu> --- Matching any four characters at the beginning of a line also fails: % echo "1234 1234 1234" | egrep -o '^....' 1234 123 4 12 Interestingly enough, this also fails with bsdgrep: % echo "1234 1234 1234" | bsdgrep -o '^....' 1234 123 4 12 --=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-8-FHKTqHE4kx>