filename expansion with [a-z] matches upper case

2007-03-31 Thread root
Configuration Information [Automatically generated, do not change]: Machine: i386 OS: linux-gnu Compiler: i386-redhat-linux-gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i386' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i386-redhat-linux-gnu' -DCONF_VENDOR='redhat' -DLOCALEDIR='/usr/s

filename expansion with [a-z] matches upper case

2007-03-31 Thread robert
Configuration Information [Automatically generated, do not change]: Machine: i386 OS: linux-gnu Compiler: i386-redhat-linux-gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i386' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i386-redhat-linux-gnu' -DCONF_VENDOR='redhat' -DLOCALEDIR='/usr/s

Re: filename expansion with [a-z] matches upper case

2007-03-31 Thread Bob Proulx
[EMAIL PROTECTED] wrote: > The expansion of the filename pattern "*.[a-z]* matches files with > upper case after the period, not just lower case, even though the > "nocaseglob" is set to off, when the LANG variable is set to > "en_US.UTF-8". Yes. What you are seeing is no