[Bug 246000] grep range bracket expression bug
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Apr 28 19:34:52 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246000
--- Comment #2 from Paul <spy at spy.zp.ua> ---
# grep -V
grep (GNU grep) 2.5.1-FreeBSD
`bsdgrep "[A-C]"` works fine
`grep "[ABC]"` and `grep "[[:upper:]]"` work as expected
`setenv LC_ALL C; grep "[A-C]"` helps.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list