parallel-bash icon indicating copy to clipboard operation
parallel-bash copied to clipboard

Some instances won't be triggered

Open marromlam opened this issue 2 years ago • 0 comments

For example, lets say I have the following

printf "%b\n" {1..10} | ./parallel-bash -p 8 ./script.sh {}

Instances 9 and 10 won't be run.

marromlam avatar Oct 27 '23 10:10 marromlam