Parallel without executions limit

Moki Lv6

Run command without parameter and (almost) without executions limit:

1
printf -- '\n%.0s' {1..800000} | parallel -i -j 10 -- echo ok
On this page
Parallel without executions limit