Re: bug on [A-Z] and [a-z]

2011-05-02 Thread DJ Mills
On Mon, May 2, 2011 at 9:23 AM, Bruno Cesar Ribas wrote: > On Mon, May 02, 2011 at 08:41:23AM -0400, Greg Wooledge wrote: > > On Sun, May 01, 2011 at 09:17:49PM -0500, Jonathan Nieder wrote: > > > Hi, > > > > > > ri...@inf.ufpr.br wrote: > > > > > > > When running "echo [A-Z]*" , it shows all

Re: bug on [A-Z] and [a-z]

2011-05-02 Thread Bruno Cesar Ribas
On Mon, May 02, 2011 at 08:41:23AM -0400, Greg Wooledge wrote: > On Sun, May 01, 2011 at 09:17:49PM -0500, Jonathan Nieder wrote: > > Hi, > > > > ri...@inf.ufpr.br wrote: > > > > > When running "echo [A-Z]*" , it shows all files/dirs of current > > > directory, not only those starting with

Re: bug on [A-Z] and [a-z]

2011-05-02 Thread Greg Wooledge
On Sun, May 01, 2011 at 09:17:49PM -0500, Jonathan Nieder wrote: > Hi, > > ri...@inf.ufpr.br wrote: > > > When running "echo [A-Z]*" , it shows all files/dirs of current > > directory, not only those starting with capital letters. I tried > > different locales such as: POSIX, C, en_U

Re: bug on [A-Z] and [a-z]

2011-05-01 Thread Jonathan Nieder
Hi, ri...@inf.ufpr.br wrote: > When running "echo [A-Z]*" , it shows all files/dirs of current > directory, not only those starting with capital letters. I tried > different locales such as: POSIX, C, en_US, pt_BR > > Repeat-By: > $ mkdir a && cd a > $ touch a b c; mkdir D