[TriLUG] RH 7.2 bash 2.05.8(1) whacked?

Jeremy P jeremyp at pobox.com
Mon Feb 4 15:19:21 EST 2002


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




More information about the TriLUG mailing list