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

Re: [zsh 4.0.1 bug] filename completion



Vincent Lefevre wrote:

> On Tue, Jun 26, 2001 at 13:18:59 +0200, Sven Wischnowsky wrote:
> > Something like this:
> 
> Thanks.
> 
> >   c.() {
> >     setopt localoptions nocdablevars # if you want that...
> >     local CDPATH
> >     cd $*
> >   }
> 
> I think I should use "$@" instead of $*.

In terms of sh/ksh/bash-compatibility, yes.  But for zsh it will give
you the same unless you have shwordsplit set.


Bye
  Sven


-- 
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author