Is there any form to create a child process in a bash-script? I mean... I would like to have a script that use many background process to do some paralell things. I know that I could use & after a code block, but, in this way, when I kill the main script, their childs are alive yet. They don't die with their parent. Any form?
Thanks -- [email protected] mailing list

