mmstick/parallel

Print ETA to stderr

Yamakaky opened this issue · 5 comments

Print ETA to stderr

Is there a use case for this? GNU Parallel seems to print it to stdout too.

You may want to discard the output of the commands but see the ETA.

You can discard command outputs via the --quiet/--silent flags.

Oh, right ^^