parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CTRL-C does not kill remote jobs


From: Ole Tange
Subject: Re: CTRL-C does not kill remote jobs
Date: Mon, 8 Apr 2013 21:49:20 +0200

On Mon, Apr 8, 2013 at 5:23 PM, Ole Tange <ole@tange.dk> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]