From: Paolo Negri Date: 2007-11-02T21:17:21+09:00 Subject: Re: executing VIM on a remote machine? On 01/11/2007, Gian Holland wrote: > Is is possible with ruby to execute vim on a remote machine to edit a file? > can some one point me in the right direction? > > you should look into 'sed' which is a command line editor and acts in many ways as vim does without being interactive. http://www.grymoire.com/Unix/Sed.html Paolo