I want to run a cmd statement on the rm machine:
"ssh user@machine && Password && db2 connect to testdb && db2 terminate"
Is it correct to write it with double &? And does anyone know if there is a limit of commands you can use with one execute program operator?
Thanks in advance!