Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 (Tek) 9/26/83; site tekred.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!vax135!cornell!uw-beaver!tektronix!tekred!ronbe From: ronbe@tekred.UUCP (Little Guy) Newsgroups: net.unix Subject: Re: How to get ">" symbol when referring to articles? Message-ID: <314@tekred.UUCP> Date: Sun, 7-Apr-85 18:42:55 EST Article-I.D.: tekred.314 Posted: Sun Apr 7 18:42:55 1985 Date-Received: Tue, 9-Apr-85 02:16:15 EST References: <441@cybvax0.UUCP> Organization: The Hollow Tree Lines: 22 > Is there an elegant way to get the ">" symbol before articles when > referring to other people's postings? In my case, using readnews (boo hiss), I have a little csh program called quote that I use with vi: -------------------------------------------------------------- #! /bin/csh # Add something to the beginning of each line sed -e "s/^/$1> /" -------------------------------------------------------------- In vi, position the cursor over the first line to be changed, then type !#Gquote x The # is optional, and specifies an ending line number to be changed. The x is also optional, it is a parameter to "quote". If x were "--", I would have --> lines like this. Nothing will happen when you type !#, and when you type the G, an "!" will appear at the bottom of the screen. This is where you type "quote x". -- Support bacteria - It's the only culture some people have! ...tektronix!tekred!ronbe (Ron Bemis)