Hi Gurus:
I am calling a C++ program from an unix Korn Shell. I would like to read the return value (an integer) from the program, in my shell script. How do I do that?
Regards,
Kamran
Printable View
Hi Gurus:
I am calling a C++ program from an unix Korn Shell. I would like to read the return value (an integer) from the program, in my shell script. How do I do that?
Regards,
Kamran
try status...
hope this helps