The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 11-15-2005
Raom Raom is offline
Registered User
 

Join Date: Sep 2005
Location: india
Posts: 78
you want to run commands on remote machine r something else.

then u can use
rsh -l username host "command1;command2;so on"

Last edited by Raom; 11-15-2005 at 10:07 PM.
Reply With Quote