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