On Wed, Dec 8, 2021 at 2:19 AM Jin Li <lijin....@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