bug-parallel
[Top][All Lists]
Advanced

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

The use of {##} (total jobs) leads to unwanted repeating


From: Yelena B
Subject: The use of {##} (total jobs) leads to unwanted repeating
Date: Wed, 10 Mar 2021 14:33:22 -0800

myusername# parallel -j3 --plus echo Job {#} of {##} ::: {1..5} ::: 1 ::: 1
Job 1 of 5 5 5
Job 2 of 5 5 5
Job 3 of 5 5 5
Job 4 of 5 5 5
Job 5 of 5 5 5

I would like the total number of jobs to print only once per job, not once per argument.

Best,
Yelena

reply via email to

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