parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parallel by combination and link.


From: Ole Tange
Subject: Re: Parallel by combination and link.
Date: Fri, 10 Dec 2021 00:30:54 +0100

On Wed, Dec 8, 2021 at 2:19 AM Jin Li <lijin.abc@gmail.com> wrote:

> Could you please help suggest how could I combine the combination of
> the first two but link the third argument with wrapping? Thanks.

GNU Parallel currently cannot (patch welcome).

Here is a crappy workaround:

  parallel -I II --argsep ,, parallel --dr --link echo II ::: a b :::
x y z ,, 1 2 | parallel

/Ole



reply via email to

[Prev in Thread] Current Thread [Next in Thread]