This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: CONTINUING Elementary Problems with Find


Colin Peters wrote:
> 
> Weiqi Gao[SMTP:weiqigao@a.crl.com] wrote:
> >Watch out for the shell, because the shell has the first stab at the
> >command line.  If you are using the Windows 95 COMMAND.COM shell, then
> >*.c gets expanded to:
> >  i) a list of your .c files in the current directory; --OR--
> >  ii) if there are no .c files in the current directory, *.c
> 
> Sorry to pick nits, but this is not strictly true. Under Win95
> the startup code of a program gets the command line unaltered
> and performs "globbing" to create the argv list. Most (but not
> all) Win95 programs do the globbing you describe (because
> thats the kind that MS compilers' startup code does). I could
> give you a program that runs under Win95 command.com and
> does not perform globbing.

I stand corrected.

There is still the issue of different shells "glob"s differently,
though.

--
Weiqi Gao
weiqigao@a.crl.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]