Using HP-UX Internet Services (February 2007)

remsh basil find /project -name status.july -print
This command uses the find command to look for the file status.july in the
project directory on remote host basil.
remsh sage cd /home/sage/mike ;echo Hi, Mike! ">" hi_mike
In this command, a user on the local system uses remsh to create a file called
hi_mike in the user Mike’s home directory on the remote host sage.
remsh basil -l paula mailx proj_team "<" meeting_minutes
In this command, a user uses remsh to log into user Paula’s home directory on
host basil and mail the meeting_minutes file to the members of the proj_team
mailing list.
For more information, type man 1 remsh at the HP-UX prompt.
36 Executing Commands with remsh