By ludinom
via perlmonks.org
Published: Dec 30 2007 / 19:32
Suppose you are running ssh to some system called neptune, which doesn't necessarily have your editor of choice (e.g., gvim for this guy) installed. This script lets you type "vi somefile" in the neptune ssh session and causes the following command to be run on your workstation: "gvim scp://neptune//path/to/somefile".



Add your comment