Remotely run script on Unix, get output locally?
Posted
by Cristi Diaconescu
on Super User
See other posts from Super User
or by Cristi Diaconescu
Published on 2010-04-13T12:05:35Z
Indexed on
2010/04/13
12:13 UTC
Read the original article
Hit count: 366
I need to run a (Tcl, or whatever) script on a remote Unix machine, from a (local) Windows command shell, and I want the stdout/stderr of the script to show up in the Windows CLI. The exit code would also be useful.
Is this possible using ssh (putty)? Or by any other means?
Thanks!
© Super User or respective owner