Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: completion and history



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