From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1451 invoked from network); 2 Mar 1998 19:51:26 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 2 Mar 1998 19:51:26 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id OAA13089; Mon, 2 Mar 1998 14:23:53 -0500 (EST) Resent-Date: Mon, 2 Mar 1998 14:21:53 -0500 (EST) Message-ID: <19980302165757.33864@flashback.net> Date: Mon, 2 Mar 1998 16:57:57 +0100 From: =?iso-8859-1?Q?Jimmy_M=E4kel=E4?= To: zsh-users@math.gatech.edu Subject: Re: completion and history Mail-Followup-To: zsh-users@math.gatech.edu References: <19980301211209.42475@flashback.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1 In-Reply-To: ; from Geoff Wing on Mon, Mar 02, 1998 at 08:42:05AM +0000 X-Stardate: [-30]0788.28 Resent-Message-ID: <"pbaoz1.0.VA3.GRm-q"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1364 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu On Mon, Mar 02, 1998 at 08:42:05AM +0000, Geoff Wing wrote: > Umm, you've got a funny version of unzip if you can specify more than one > archive. Can it? Also, your compzip function doesn't need to run any > other commands: no..i just wanted to know how i would have done _if_ it could :) > compzip() { > local a b > read -c a > b=(${=a}) > reply=("-d${b[2]:r}") > } thanks.