Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2020 19:34:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 246000] grep range bracket expression bug
Message-ID:  <bug-246000-227-BMiD3FbEJD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-246000-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-246000-227@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=3D246000

--- Comment #2 from Paul <spy@spy.zp.ua> ---
# grep -V=20
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.

--=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-246000-227-BMiD3FbEJD>