Launching Several Shells....

Hi,

I need to create a shell that launches several shells named for example svspush (that does nothing but wait) and record their pid in a file.

Any inputs please.

Thanks,
Marconi

A shell is an interactive command prompt, a shell script is a script written for a shell to run a set of commands in order.

I'm guessing you need a shell script that launches a series of other scripts in order?
Or do you need them all run in parallel? Should your script exit immediatly and run the in the background or wait for everything to finish?