parallel-bash
parallel-bash copied to clipboard
Parallel processing of commands in pure bash along with the support of functions.
Results
1
parallel-bash issues
Sort by
recently updated
recently updated
newest added
For example, lets say I have the following ```bash printf "%b\n" {1..10} | ./parallel-bash -p 8 ./script.sh {} ``` Instances 9 and 10 won't be run.