[GnuWin32-Users] [gnuwin32 - Help] RE: Filename Globbing issues in coreutils??

2005-05-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3146954 By: nobody I did try it with forward slashes, got errors as well. __ You are receiving this email because you elected to monitor

[GnuWin32-Users] [gnuwin32 - Help] RE: Filename Globbing issues in coreutils??

2005-05-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3146967 By: adinb Forward slashes moving the slash asterisk outside the quotes doesn't work. Examples below... -adin C:\Documents and Settings\Adncp -uvp c:/Program Files/Sony Handheld/adn/sunri se/slot0/*

[GnuWin32-Users] [gnuwin32 - Help] RE: Filename Globbing issues in coreutils??

2005-05-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3146996 By: gnuwin32 The documentation at MSDN states that wildcard expansion is suppressed within quotes. Although this may be unexpeced, it can therefore be regarded as a feature, not as a bug. See:

[GnuWin32-Users] [gnuwin32 - Help] RE: Filename Globbing issues in coreutils??

2005-05-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3147009 By: gnuwin32 The following seems to work: cp -uvp c:/Program Files/Sony Handheld/adn/sunrise/slot0/* k:/palm/programs/plucker So, quote only the space .

[GnuWin32-Users] [gnuwin32 - Help] RE: Filename Globbing issues in coreutils??

2005-05-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3147023 By: gnuwin32 Of course, both spaces should be quoted: cp -uvp c:/Program Files/Sony Handheld/adn/sunrise/slot0/* k:/palm/programs/plucker

[GnuWin32-Users] [gnuwin32 - Help] RE: Filename Globbing issues in coreutils??

2005-05-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3147083 By: adinb Works with both forward and back slashes. Though if the filename has funky characters and backslashes are used, it fails for the file (though filenames with spaces in them come out fine):

[GnuWin32-Users] [gnuwin32 - Help] RE: Filename Globbing issues in coreutils??

2005-05-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3142136 By: gnuwin32 The MS-Windows way of globbing is described at MSDN: http://msdn.microsoft.com/library/en-us/vclang/html/_pluslang_Parsing_C.2b2b_.Co mmand.2d.Line_Arguments.asp From this description it