Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Sep 2016 16:50:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 201650] (e)grep handling regexp wrong
Message-ID:  <bug-201650-8-CtNFJxrvl2@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

Ben RUBSON <ben.rubson@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ben.rubson@gmail.com

--- Comment #6 from Ben RUBSON <ben.rubson@gmail.com> ---
grep also fails with case :

# echo AAA > test
# grep a test
# grep "[a-z]" test
AAA
# echo BBB | grep "[a-z]"
BBB

# grep -V
grep (GNU grep) 2.5.1-FreeBSD
# uname -r
11.0-RC3

Quite dangerous issue, could we think about having it corrected for FreeBSD=
 11
release ?

Many thanks,

Ben

--=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-CtNFJxrvl2>