in reply to Re: How to hold execution of perl script while it runs command on remote machine
in thread How to hold execution of perl script while it runs command on remote machine

# ssh user@host 'command1 && command2 && command3...'
Also note that using single quotes allows you to save wildcard expansion for the remotehost side.
  • Comment on Re^2: How to hold execution of perl script while it runs command on remote machine
  • Download Code