On Wed, May 9, 2012 at 3:37 AM, Bruno Haible <[email protected]> wrote: > This is the module 'system-quote'. > > It turns out that on native Windows, when going through cmd.exe, it is > not possible to pass arguments that contains a newline ('\n') or a CR ('\r') > character: the command gets truncated at such a character.
Does ^\n escape \n ? Bastien
