On Mon, 4 Feb 2002, Rodent of Unusual Size wrote:

> Something seems *really* whacked out with bash wildcards.
> Firstly they aren't being listed in case-sensitive lexical
> order (A B C a b c) they way they should be, and secondly
> ranges are *really* screwed up:
[snip]
> Anyone else seen this?  Or have a suggestion on how to proceed?
> 

It looks like bash is configured to be case-insensitve.  Try this:
        shopt -u nocaseglob
and see if that fixes it.

See "help shopt" and "man bash" for more info.

--Jeremy


Reply via email to