parallel
[Top][All Lists]
Advanced

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

Re: --bar: Progress bar


From: Ole Tange
Subject: Re: --bar: Progress bar
Date: Sat, 2 Nov 2013 00:22:35 +0100

On Fri, Nov 1, 2013 at 12:24 PM, Ole Tange <tange@gnu.org> wrote:

> Especially if you find a way to make 'zenity' read the stderr, while
> the stdout can be passed to, say, wc. This does not work:
>
>   seq 808 | src/parallel --bar '(echo {};sleep 0.1)' 2>(zenity --progress) | 
> wc

This works:

seq 1000 | src/parallel -j30 --bar '(echo {};sleep 0.1)' 2> >(zenity
--progress --auto-kill) | wc


/Ole



reply via email to

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