The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 08-23-2006
zoonalex zoonalex is offline
Registered User
  
 

Join Date: Aug 2006
Posts: 1
Exclamation Getting the exit status of a remote command

Hi to everyone.

How can I get the exit status from a remote command executed with rexec?

machine A has RedHat Linux 9 and the remote machine B has SCO UNIX.

Code:

rexec -l user -p password host sh /u/files/scripts/seq_cal.sh 2006 08

I want the exit status returned by seq_cal.sh not the one returned by rexec. It always return 0, that means its execution was okay.

Thanks