bug-parallel
[Top][All Lists]
Advanced

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

Re: GNU Parallel Bug Reports : The --eta option can lose input records


From: Ole Tange
Subject: Re: GNU Parallel Bug Reports : The --eta option can lose input records
Date: Fri, 12 May 2017 00:26:04 +0200

On Mon, May 8, 2017 at 5:25 PM, David Welch <address@hidden> wrote:
> The --eta option loses the current input record when printing a warning that
> the input records are taking a long time to read.
>
> parallel --version
> GNU parallel 20170422
>
> Example:
> (echo a; sleep 20s; echo b) | parallel --eta echo 2>/dev/null
>
> Expected output:
>
> a
>
> b
>
> Actual output:
>
> a
>
>
> Patch:

Thanks.

It is now in git.

/Ole



reply via email to

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