Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion and history
- X-seq: zsh-users 1364
- From: Jimmy Mäkelä <jmy@xxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: Re: completion and history
- Date: Mon, 2 Mar 1998 16:57:57 +0100
- In-reply-to: <slrn6fks6t.l8c.mason@xxxxxxxxxxxxxxxxxxxxx>; from Geoff Wing on Mon, Mar 02, 1998 at 08:42:05AM +0000
- Mail-followup-to: zsh-users@xxxxxxxxxxxxxxx
- References: <19980301211209.42475@xxxxxxxxxxxxx> <slrn6fks6t.l8c.mason@xxxxxxxxxxxxxxxxxxxxx>
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author