In my ksh script, I'm iinvoking two background jobs ...
I want the script to check the status of the jobs and if one of them returns a non-zero error code, it should come out of the wait state and return a non-zero value ...
I have tried using wait but am missing something ..
Thanks in advance for any help ..
Cheers
Sathyaram