GNU Parallel 20171222 ('Jerusalem') released

2017-12-22 Thread Ole Tange
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

Re: Is there some syntax for executing {} for 1..Inf?

2017-12-22 Thread Ole Tange
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