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
Also note that using single quotes allows you to save wildcard expansion for the remotehost side.# ssh user@host 'command1 && command2 && command3...'
|
|---|