parallel
[Top][All Lists]
Advanced

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

Re: Problems to reuse --eta output


From: Ole Tange
Subject: Re: Problems to reuse --eta output
Date: Wed, 10 Jan 2018 09:53:38 +0100

On Wed, Jan 10, 2018 at 9:44 AM, Pacho Ramos <pachoramos@gmail.com> wrote:

> Sorry to bother you again but, with --bar I get the same issues as with
> --eta

The problem is, that as soon as you view it, \r will make it look as
if there is only a single line.

So try replacing \r with \n and have a look again:

  seq 300 | parallel --shuf -j30 --bar '(echo {};sleep 0.1)'  2> baroutput
  perl -pe 's/\r/\n/g' baroutput > barout


/Ole



reply via email to

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