Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!columbia!rutgers!dayton!meccts!meccsd!mecc!herman!det From: det@herman.UUCP (Derek Terveer) Newsgroups: comp.unix.questions Subject: Re: Append file commands for Unix & ex/vi Message-ID: <178@herman.UUCP> Date: Thu, 15-Jan-87 01:03:01 EST Article-I.D.: herman.178 Posted: Thu Jan 15 01:03:01 1987 Date-Received: Sat, 17-Jan-87 00:32:53 EST References: <2333@dalcs.UUCP> Distribution: na Organization: Unisys Inc.-CSD Eagan,MN Lines: 5 Keywords: append command unix ex vi Summary: yes virginia, you *can* append in vi In vi (and i'm sure that ex works the same way) to append do a: :23,45w>>file to append lines 23 through 45 to file: file