[Bug 210573] Random "egrep" or "grep -E" behaviour of bsdgrep
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jun 25 14:48:42 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210573
Bug ID: 210573
Summary: Random "egrep" or "grep -E" behaviour of bsdgrep
Product: Base System
Version: 11.0-CURRENT
Hardware: amd64
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: bin
Assignee: freebsd-bugs at FreeBSD.org
Reporter: dmilith at me.com
CC: freebsd-amd64 at FreeBSD.org
CC: freebsd-amd64 at FreeBSD.org
https://gist.github.com/dmilith/6475ce7870881f1d63b36ae978d876a4
or http://s.verknowsys.com/fd63fa3af0ad3c7eac54f19c4db1c636.png
Command:
echo '1.0.2' | grep -E '^1.0.[0-9]+$'
or
echo '1.0.2' | egrep '^1.0.[0-9]+$'
bsdgrep installed as main grep (WITH_BSD_GREP=1):
grep (BSD grep) 2.5.1-FreeBSD
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-amd64
mailing list