On Wed, Jan 10, 2018 at 9:44 AM, Pacho Ramos <[email protected]> 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