markmulligansr
MIS
I remember that I can spawn another script is back ground by using the
. backgroundscript &
option and then the
wait
statement.
Is there a way I can spawn multiple background scripts and then wait for all of them to finish and be able to check the return code from each?
If so, I would really appreciate a simple example of this, especially the part where I can check the return code from each script.
Thanks in advance
. backgroundscript &
option and then the
wait
statement.
Is there a way I can spawn multiple background scripts and then wait for all of them to finish and be able to check the return code from each?
If so, I would really appreciate a simple example of this, especially the part where I can check the return code from each script.
Thanks in advance