GNU Parallel 20171222 ('Jerusalem') has been released. It is available
for download at: http://ftpmirror.gnu.org/parallel/
Quote of the month:
You know what?
GNU Parallel is cool.
Concurrency, but in the Unix-philosophy style,
without the Enterprise wankeriness.
-- NickM
On Mon, Dec 18, 2017 at 10:48 PM, Ævar Arnfjörð Bjarmason
wrote:
:
> This works as expected, quits soon after the 2nd job fails:
>
> $ yes | parallel-20171122/src/parallel --jobs=2 --halt-on-error
> soon,fail=1 'echo {#}; if test {#} -ge 2; then exit 1; fi'
> 1
> 2
> parallel: This