parallel-bash
parallel-bash copied to clipboard
Some instances won't be triggered
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.