hot questions tagged shell-script - Stack Overflowmost recent 30 from stackoverflow.com2009-12-16T03:25:47Zhttp://stackoverflow.com/feeds/tag?tagnames=shell-script&sort=hothttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1873810/unix-process-id0unix process idswathi2009-12-09T06:02:24Z2009-12-09T13:16:47Z
<p>how to a Write a script that runs a 5 instances of a child process in the background (at a gap of 5 seconds) and do a continuous check to see if any of the child process is completed it starts another instance of the same process till the child process has executed 20 instances. </p>