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-b...@freebsd.org
          Reporter: dmil...@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=1):

grep (BSD grep) 2.5.1-FreeBSD

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-amd64@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"

Reply via email to