Gentoo Archives: gentoo-user

From: Rafael Barreto <rafaelmbarreto@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Paralell process in Bash
Date: Tue, 08 Nov 2005 05:03:18
Message-Id: 5de801760511072058o58733576n@mail.gmail.com
1 Is there any form to create a child process in a bash-script? I
2 mean... I would like to have a script that use many background process
3 to do some paralell things. I know that I could use & after a code
4 block, but, in this way, when I kill the main script, their childs are
5 alive yet. They don't die with their parent. Any form?
6
7 Thanks
8
9 --
10 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Paralell process in Bash Iain Buchanan <iaindb@××××××××××××.au>