From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cpe-24-221-98-238.az.sprintbbd.net ([24.221.98.238] helo=lnx1.holmesgrown.com ident=steve) by speech.braille.uwo.ca with esmtp (Exim 3.31 #1 (Debian)) id 15ZCxZ-0001yS-00 for ; Tue, 21 Aug 2001 10:56:54 -0400 Received: from localhost (steve@localhost) by lnx1.holmesgrown.com (8.9.3/8.9.3) with ESMTP id HAA05254 for ; Tue, 21 Aug 2001 07:56:15 -0700 Date: Tue, 21 Aug 2001 07:56:14 -0700 (MST) From: Steve Holmes To: Subject: Re: fwd: vim In-Reply-To: <01082022543901.05391@susestar> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: Yea but what if he wants to insert the shell output into the middle of an existing file? Here is what I just tried in vim. Type the following command sequence to insert the current date/time into your file: :r !dt :r reads in a supposed file but !command is substituted for that file name and the output of the command will come into the file. Quite clever, I shalle say.:) On Mon, 20 Aug 2001, Rodney Clowdus wrote: > Let's say we have a file named time and we want to append the output of the > command date to the file. Quit vi in you are in it and type date >> time and > the output of date will be appended to the file named time. If you want to > overwrite the file type only one > but to append type two >>. I find it > works pretty good for me. My two cents worth. > Rodney > On Monday 20 August 2001 09:43 pm, you wrote: > > While we're on the subject of editors.. I've recently started using vim > > instead of nano, and I'm very pleased with it. I'm trying to find a way > > to be able to enter a shell command and have its output inserted into > > the current file. Anyone have any ideas? > > > > Chris > > > > > > _______________________________________________ > > Speakup mailing list > > Speakup@braille.uwo.ca > > http://speech.braille.uwo.ca/mailman/listinfo/speakup > >