Re: file globbing

2005-02-17 Thread Kaz Kylheku
On Thu, 17 Feb 2005, James Lemke wrote: > Date: Thu, 17 Feb 2005 10:31:37 -0500 > From: James Lemke <[EMAIL PROTECTED]> > To: cygwin@cygwin.com > Subject: file globbing > > I've recently noticed a problem with Cygwin ls. I did a quick search of It's not ls that does the globbing. That is done b

Re: file globbing

2005-02-17 Thread James Lemke
On Thu, 2005-02-17 at 10:50, Igor Pechtchanski wrote: > On Thu, 17 Feb 2005, James Lemke wrote: > > > I've recently noticed a problem with Cygwin ls. I did a quick search of > > the archives, but didn't get any hits. Has anyone else seen this? > > Try: ls -dl ../tcl[7-9]* > > Result on Linux: ..

Re: file globbing

2005-02-17 Thread Igor Pechtchanski
On Thu, 17 Feb 2005, James Lemke wrote: > I've recently noticed a problem with Cygwin ls. I did a quick search of > the archives, but didn't get any hits. Has anyone else seen this? > Try: ls -dl ../tcl[7-9]* > Result on Linux: ../tcl ../tcl8 > Result on Cygwin: ../tcl8 > > That is, on Cygwin tc

Re: file globbing

2005-02-17 Thread John Morrison
> I've recently noticed a problem with Cygwin ls. I did a quick search of > the archives, but didn't get any hits. Has anyone else seen this? > Try: ls -dl ../tcl[7-9]* > Result on Linux: ../tcl ../tcl8 > Result on Cygwin: ../tcl8 > > That is, on Cygwin tcl[7-9]* does not match tcl. I think it s