Is there some way to kick off 5 scripts all at the same time? We are trying to emulate updating 5 different things at the same time and compare the performance of our Unix system.
The [tt]&[/tt] character puts the command you run 'into the background' and lets you do other things without having to wait for it to finish.
The script above will wait for all of the scripts it starts to finish - if you don't want it to do that, delete the 'wait' line.
Mike
michael.j.lacey@ntlworld.com
Email welcome if you're in a hurry or something -- but post in tek-tips as well please, and I will post my reply here as well.
Ummm - didn't mean to embarass you bi - it certainly wasn't a silly question. Mike
michael.j.lacey@ntlworld.com
Email welcome if you're in a hurry or something -- but post in tek-tips as well please, and I will post my reply here as well.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.