Re: ls.exe */*
"Kees Zeelenberg" <[email protected]> Thu, 25 Jun 2009 10:12:57 +0200
| Newsgroups | gmane.comp.windows.gnu.user |
|---|---|
| Message-ID | <53428FD568FA4BDB9F1DC38C619AC33C@gamma> |
-------------------------------------------------- Van: "Peter" Datum: zondag 7 juni 2009 23:48 Aan: Onderwerp: [GnuWin32-Users] ls.exe */* > > Hello, > > ls.exe from mingw binutils-2.19.1-mingw32-bin.tar.gz works > for "ls.exe */*" from cmd.exe > > not sure if ls.exe from gnuwin32 can get it work out? > First, this is established MS-Windows behavior of command-line utilities. For example, dir *\* does not work either (although it does have the /s option for searching recursively). If you need or want unix or posix behavior on MS-Windows, use Cygwin. Secondly, changing this would require adding new code for command-line expansion, which is now done by the msvrt-library. So, on the whole, I think it is best to leave this as it is now. Kees Zeelenberg ------------------------------------------------------------------------------