From owner-freebsd-questions Mon Jun 23 17:17:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA09738 for questions-outgoing; Mon, 23 Jun 1997 17:17:00 -0700 (PDT) Received: from helbig.informatik.ba-stuttgart.de (helbig.informatik.ba-stuttgart.de [141.31.166.22]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA09718 for ; Mon, 23 Jun 1997 17:16:48 -0700 (PDT) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id BAA20297; Tue, 24 Jun 1997 01:39:31 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199706232339.BAA20297@helbig.informatik.ba-stuttgart.de> Subject: Re: easy vi question In-Reply-To: <3.0.1.32.19970623173859.00a16870@wolf.co.net> from abbott at MPCA at "Jun 23, 97 05:38:59 pm" To: jabbott@wolf.co.net (abbott at MPCA) Date: Tue, 24 Jun 1997 01:39:30 +0200 (MET DST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > If I have a bunch of files in a directory that end in html and I want to > edit them with vi, > vi *.html > will bring up the first one. Then when I save it, ZZ it tells me that > there are X more files to edit..... But how do I get to them? Enter ``:n'' You may find some docs about vi and ex in /usr/share/doc/usd . Use zmore(1) to display the *.gz files. If you have installed the sources, look for a tutorial in /usr/src/contrib/nvi/docs/tutorial. Wolfgang > > --ja > >