![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem with files returned using Find command | dfb500 | UNIX for Dummies Questions & Answers | 3 | 12-11-2006 08:00 PM |
| Copying file names returned from a grep command into another directory | Kartheg | UNIX for Dummies Questions & Answers | 4 | 11-17-2005 08:34 AM |
| command find returned bash: /usr/bin/find: Argument list too long | yacsil | Shell Programming and Scripting | 1 | 12-15-2003 02:38 PM |
| w/who command returned zero users | sinyem | UNIX for Advanced & Expert Users | 6 | 10-21-2003 08:06 AM |
| Incorrect Exit Status Returned from FTP command - Help?? | frustrated1 | Shell Programming and Scripting | 3 | 08-22-2003 12:25 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
returned from remote command
Hi, there,
I want to excute the remote command shell via "remsh", are there any simple or best way to get the result of remote shell from local ? thanks. |
| Forum Sponsor | ||
|
|
|
|||
|
chaining works too:
Code:
retval=`rsh hostname "command1 && echo "OK1" && command2 && echo "OK"` plus it stops if command1 fails and doesn't do command2 which can be good sometimes |
|||
| Google UNIX.COM |