From: 7stud -- Date: 2007-11-02T06:33:04+09:00 Subject: Re: executing VIM on a remote machine? 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? > Why would you use vim instead of editing the file directly, e.g. File.foreach("data.txt") do |line| #do something to line end -- Posted via http://www.ruby-forum.com/.