[Bug 201650] (e)grep handling regexp wrong

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jul 17 14:57:18 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201650

Mark Felder <feld at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |feld at FreeBSD.org

--- Comment #1 from Mark Felder <feld at FreeBSD.org> ---
% echo "abc" | bsdgrep -e "^[a-z]" -o
a


% echo "abc" | grep -e "^[a-z]" -o
a
b
c


bsdgrep gets it right, but grep does not. Our GPL'd grep must be old and has
this bug?

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


More information about the freebsd-bugs mailing list