[Bug 1700610] [NEW] bash glob expands [a-c] to [aAbBc]
Launchpad Bug Tracker
1700610 at bugs.launchpad.net
Mon Jun 26 17:09:33 UTC 2017
You have been subscribed to a public bug:
Hi, there!
I've realized that bash globbing or glob expansion fails to expand
letter ranges as expected. For instance, [a-c] is expanded to [aAbBc]
instead of to [abc] and [A-C] to [AbBcC] instead of to [ABC], i.e. small
and capital letters are intersperse.
One way to correct this is enabling the bash option "globasciiranges",
which is disabled by default. This problem is LOCALE dependent and might
vary from one system to another.
Fully updated Ubuntu-GNOME 16.04.2 LTS 64-bit with bash
4.3.48(1)-release.
** Affects: bash (Ubuntu)
Importance: Undecided
Status: New
--
bash glob expands [a-c] to [aAbBc]
https://bugs.launchpad.net/bugs/1700610
You received this bug notification because you are a member of Ubuntu Foundations Bugs, which is subscribed to bash in Ubuntu.
More information about the foundations-bugs
mailing list