From owner-freebsd-questions Mon Jun 23 15:42:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA05420 for questions-outgoing; Mon, 23 Jun 1997 15:42:24 -0700 (PDT) Received: from wolf.co.net (wolf.co.net [206.9.120.233]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id PAA05411 for ; Mon, 23 Jun 1997 15:42:20 -0700 (PDT) Received: from pink (pink.pca.state.mn.us [156.98.19.13]) by wolf.co.net (8.6.8/8.6.6) with SMTP id RAA10623 for ; Mon, 23 Jun 1997 17:43:33 -0500 Message-Id: <3.0.1.32.19970623173859.00a16870@wolf.co.net> X-Sender: jabbott@wolf.co.net X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Mon, 23 Jun 1997 17:38:59 -0500 To: freebsd-questions@FreeBSD.ORG From: abbott at MPCA Subject: easy vi question Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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? --ja