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

Re: Programmable completion bug in beta18



> BTW, I do not understand what do you mean when you say that (, | and ) are
> ordinary characters in sh patterns -- Solaris sh gives:
> 
> $ echo *(a)
> syntax error: (' unexpected

But

$ foo='*(a)'
$ echo $foo

prints files ending in (a).

Zoltan




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