Path: utzoo!attcan!uunet!pmafire!uudell!milano!cs.utexas.edu!usc!sdd.hp.com!uakari.primate.wisc.edu!uflorida!haven!umbc3!math13.math.umbc.edu!rouben From: rouben@math13.math.umbc.edu (Rouben Rostamian) Newsgroups: comp.editors Subject: Re: vi delete to # Message-ID: <4482@umbc3.UMBC.EDU> Date: 21 Nov 90 05:10:42 GMT References: <1990Nov21.025246.8298@mthvax.cs.miami.edu> Sender: newspost@umbc3.UMBC.EDU Reply-To: rouben@math13.math.umbc.edu.UUCP (Rouben Rostamian) Distribution: na Organization: Mathematics Department University of Maryland, Baltimore County Lines: 9 In article <1990Nov21.025246.8298@mthvax.cs.miami.edu> wb8foz@mthvax.cs.miami.edu (David Lesher) writes: >I'm looking for a macro that would delete to a given line >number. For example: You are editing a file, and are on line 5. >You want to delete everything up to line 17. Try: d17G --