[Bug 201650] (e)grep handling regexp wrong
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Sep 20 16:50:21 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201650
Ben RUBSON <ben.rubson at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ben.rubson at gmail.com
--- Comment #6 from Ben RUBSON <ben.rubson at 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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list