--------------------------------------------------
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
 


------------------------------------------------------------------------------
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to