Problem with wildcard from Windows

Dave Korn dave.korn.cygwin@googlemail.com
Wed Dec 30 18:51:00 GMT 2009


Bengt Larsson wrote:

> Every port of Unix utilities to Windows such as ls, grep and so forth do
> this globbing internally.

  No.  Not "every port".  Specifically, not Cygwin ones: they get it done for
them, by the shell that launches them, or in fallback cases by the Cygwin DLL.

  They don't have any code in them to do globbing internally on Unix and they
still don't have any code in them to do globbing internally when compiled for
Cygwin.  They may have /optional/ globbing code to support MinGW or VC builds,
stuff like GnuWin32 will use that, but it won't be compiled or invoked under
Cygwin.

    cheers,
      DaveK

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list