From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Faylor To: Earnie Boyd Cc: "Waldor Michael K3/EMW4\"" , cygwin users Subject: Re: B20: Bug? backslashes and stars within args of ls Date: Thu, 04 Mar 1999 08:08:00 -0000 Message-id: <19990304110845.B1226@cygnus.com> In-reply-to: < 19990303155126.14113.rocketmail@send1e.yahoomail.com >; from Earnie Boyd on Wed, Mar 03, 1999 at 07:51:26AM -0800 References: <19990303155126.14113.rocketmail@send1e.yahoomail.com> <19990303155126.14113.rocketmail@send1e.yahoomail.com> X-SW-Source: 1999-03/msg00105.html On Wed, Mar 03, 1999 at 07:51:26AM -0800, Earnie Boyd wrote: >---"Waldor Michael (K3/EMW4)" wrote: >8< >> not ok: ls c:\\temp\\f* >> //i/programme/mm3/util/ls: c:\temp\f*: No such file or directory >8< > >Yep. This is a bug. Well, that's debatable. cygwin is supposed to be emulating a UNIX environment. '\' is not a directory specifier in UNIX. The glob code in cygwin does not recognize it as such so it will not expand wildcards correctly. If we make '\' a directory specifier then we break the 'quoting' capabilities of that character. So, it's not a change that will be made lightly. cgf -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Faylor To: Earnie Boyd Cc: "Waldor Michael K3/EMW4\"" , cygwin users Subject: Re: B20: Bug? backslashes and stars within args of ls Date: Wed, 31 Mar 1999 19:45:00 -0000 Message-ID: <19990304110845.B1226@cygnus.com> References: <19990303155126.14113.rocketmail@send1e.yahoomail.com> X-SW-Source: 1999-03n/msg00105.html Message-ID: <19990331194500.jNG8yxUbRiOvcMlitON9nLAn70E7wOkMbPDoTaFnRn8@z> On Wed, Mar 03, 1999 at 07:51:26AM -0800, Earnie Boyd wrote: >---"Waldor Michael (K3/EMW4)" wrote: >8< >> not ok: ls c:\\temp\\f* >> //i/programme/mm3/util/ls: c:\temp\f*: No such file or directory >8< > >Yep. This is a bug. Well, that's debatable. cygwin is supposed to be emulating a UNIX environment. '\' is not a directory specifier in UNIX. The glob code in cygwin does not recognize it as such so it will not expand wildcards correctly. If we make '\' a directory specifier then we break the 'quoting' capabilities of that character. So, it's not a change that will be made lightly. cgf -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com