On 7 December 2017 at 00:37, Ævar Arnfjörð Bjarmason <[email protected]>
wrote:

> I recently had a use-case for:
>
>     parallel 'cmd {}' ::: {1..Inf}
>
>
Maybe something like this:

yes | cat -n | cut -f1 | parallel ' cmd {} '

Regards
Martin

Reply via email to