Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jun 2016 14:48:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 210573] Random "egrep" or "grep -E" behaviour of bsdgrep
Message-ID:  <bug-210573-8@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: dmilith@me.com
                CC: freebsd-amd64@FreeBSD.org
                CC: freebsd-amd64@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=3D1):

grep (BSD grep) 2.5.1-FreeBSD

--=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-210573-8>