From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23006 invoked from network); 17 Aug 1998 16:03:39 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 17 Aug 1998 16:03:39 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id LAA23684; Mon, 17 Aug 1998 11:50:21 -0400 (EDT) Resent-Date: Mon, 17 Aug 1998 11:50:16 -0400 (EDT) Message-ID: <19980817175247.A23355@math.fu-berlin.de> Date: Mon, 17 Aug 1998 17:52:47 +0200 From: Sven Guckes To: Zsh List Cc: "David R . Favor" Subject: Re: vi wrapper -> vim + "set path" Mail-Followup-To: Zsh List , "David R . Favor" References: <35D849A7.4EB5F516@austin.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i X-Old-Subject: Re: [Fwd: Parameter Expansion questions] In-Reply-To: <35D849A7.4EB5F516@austin.ibm.com>; from David R. Favor on Mon, Aug 17, 1998 at 10:17:59AM -0500 X-Mailer: Mutt http://www.mutt.org/ X-Editor: Vim http://www.vim.org/ X-Info: http://www.math.fu-berlin.de/~guckes/ Resent-Message-ID: <"LCxPo3.0.Sn5.t45sr"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1725 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Quoting David R. Favor (dfavor@austin.ibm.com): > .. wrapper around vi to check several directories for a file to edit. > What is the recommended way to accomplish this in zsh? vim -c "se cp path=.,,dir1,dir2,...,dirN" Sven ;-)