Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
rsh exit status
Name: mehulnp Date: November 4, 2005 at 17:15:54 Pacific OS: unix CPU/Ram: unix
Comment:
i want to check if the directory exsist or not on a remote machine from my local machine ,
`rsh hostname ls` how do i get the output of the above cmd or exit status in avariable so i can test any ideas
Summary: Hi, in a script, how to catch an exit status of a command, say egrep? if i wanna know if this command egrep "/foo/" foo.log match any "foo" string in the file foo.log then what should i do to catch t...
Summary: Sorry for bugging on this. But the exit status seems to work only when device is reachable, if it is not, I can seem to make work. Any examples on how to get the shell script to read prompt presented ...
Summary: Hi, Can anyone tell me why I get the different exit status for the following script execution: Script A ---------- ksh -c "/proj/prog.exe " 2>>/tmp/run.log 1>/tmp/error.log << ! ^M ! ret_c...