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
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
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
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