[Cialug] Looking for a simple parallelization command

Eric Junker eric at eric.nu
Tue Nov 11 12:43:11 CST 2008


John Lengeling wrote:
> Are there any simple utilities out there which when given a list of
> commands will run them parallel?

Bash supports subshells which should allow you to execute multiple 
subtasks simultaneously.

http://tldp.org/LDP/abs/html/subshells.html

Eric




More information about the Cialug mailing list