On Mon, Apr 8, 2013 at 5:23 PM, Ole Tange <[email protected]> wrote: > This is a hard nut to crack.
So. Something is working now. $ parallel --ctrlc -S server gzip -f ::: the/big/remote/file ^C Good news: * Ctrl-C kills the remote job. * Data can be transferred _from_ the remote system. * Arguments can be 8-bit Bad news: * Standard input cannot contain control characters * The first part of standard input is repeated on standard output until the 'stty -echo' is run. That makes --pipe with --ctrlc not really work. /Ole
