How can I capture the return value(success or failure) of the background process from the shellscript?
I have to submit multiple instances of same process in background!!
thanks
reddyb
Hi,
Will the $? be equal to 0 even for the command(Process) submitted in background with '&' ?
If you submit in bg the prompt wll be back with the status 0 as the latest command(submitting in BG) is success!
Is there any way that I can get the exit status of the process running in bg??