in reply to Re^4: Advice on running perl program over ssh
in thread Advice on running perl program over ssh
ssh user@remotehost 'var1=foo var2=bar tcsh' < shell_script.sh
Joining commands:
ssh user@remotehost 'cmd1 && cmd2 && ... & tcsh' < shell_script.sh
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Advice on running perl program over ssh
by Anonymous Monk on Jul 15, 2014 at 17:37 UTC | |
by salva (Canon) on Jul 16, 2014 at 06:13 UTC |