Re: Filename Globbing issues on Win32?

2005-05-10 Thread Kees Zeelenberg
From: Adin Burroughs Subject: Re: Filename Globbing issues on Win32? Date: Mon, 9 May 2005 12:59:32 -0600 I'm actually using the coreutils compiled and bundled with the GnuWin32 and UnxUtils projects

Filename Globbing issues on Win32?

2005-05-09 Thread Adin Burroughs
OK, first off, I'm on Win32 (XP) using 5.3 of coreutils. I have been knocking my head on this and I'm feeling *really* stupid. I swear, I'm unix literate, but I can't seem to get the following to work without cheating: cp -uvp c:\dir with space\long path\* k:\path I call this cheating: (though

Re: Filename Globbing issues on Win32?

2005-05-09 Thread Philip Rowlands
On Mon, 9 May 2005, Adin Burroughs wrote: OK, first off, I'm on Win32 (XP) using 5.3 of coreutils. I have been knocking my head on this and I'm feeling *really* stupid. I swear, I'm unix literate, but I can't seem to get the following to work without cheating: cp -uvp c:\dir with space\long

Re: Filename Globbing issues on Win32?

2005-05-09 Thread Adin Burroughs
I'm actually using the coreutils compiled and bundled with the GnuWin32 and UnxUtils projects. Both projects still refer back to the original Gnu coreutils lists. I may crosspost this thread over to those guys if I'm not totally crazy on this. :) And moving the asterisk outside the quotes

Re: Filename Globbing issues on Win32?

2005-05-09 Thread Eric Blake
I'm actually using the coreutils compiled and bundled with the GnuWin32 and UnxUtils projects. Both projects still refer back to the original Gnu coreutils lists. I may crosspost this thread over to those guys if I'm not totally crazy on this. :) Your examples were from the Windows shell,