According to GNU paralle man:
--bar
Show progress as a progress bar. In the bar is shown: % of jobs completed,
estimated seconds left, and number of jobs started.
--eta
Show the estimated number of seconds before finishing. This forces GNU parallel
to read all jobs before starting to find the num
Ole,
It'd be great if parallel either used bash or emulated it in supporting <(...)
and >(...) on all platforms. Emulation might allow parallel to clean up named
pipes created at end of run, which bash is shy about. Start thinking of
parallel as a shell of sorts. I am guessing bash and ksh93
On Wed, Apr 2, 2014 at 8:07 PM, David wrote:
> It'd be great if parallel either used bash or emulated it in supporting
> <(...) and >(...) on all platforms.
It is hard for me to see how that is not already done with --cat/--fifo.
Can you show me an example of the command you would like to be ab