Simple tool to run several Linux command-lines in parallel
spawn is a simple parallel execution utility written to appeal to the Unix mindset. spawn reads shell command lines from stdin, one per line, and then executes them as maximum of N child processes in parallel, and waits for all of the children to exit. If a child process fails with a non-zero exit code, no new children are spawned. Then spawn waits for all existing children to exit and returns the failed exit code.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.1-24.fc35 | - |
Fedora 35 | 0.1-24.fc35 | - |
Fedora 34 | 0.1-23.fc34 | - |
You can contact the maintainers of this package via email at
spawn dash maintainers at fedoraproject dot org
.