Click to See Complete Forum and Search --> : Reading return value in unix Korn Shell


kaftab
October 22nd, 2001, 03:43 PM
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

Thund3r
October 22nd, 2001, 04:59 PM
try status...

hope this helps