Path: utzoo!attcan!uunet!mcvax!hp4nl!rivm!ccea3 From: ccea3@rivm.UUCP (Adri Verhoef) Newsgroups: comp.editors Subject: Re: Yet another vi question Message-ID: <1058@rivm05.UUCP> Date: 23 Sep 88 23:18:28 GMT References: <260@tijc02.UUCP> Reply-To: ccea3@rivm05.UUCP (Adri Verhoef) Organization: RIVM, Bilthoven, The Netherlands Lines: 13 In article <260@tijc02.UUCP> djm408@tijc02.UUCP (David Marks ) writes: >How does one enter vi to edit a particular file, and upon entry pull >in a template to use as a fill in the blank form? For example, > > vi +'r template.rpt' myreport Try this: vi +"r'template.rpt'" myreport Cheers! Adri.