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

Re: Is ${} supported?



> The "null" parameter seems useful to allow the following sort of thing:
> 
> % echo ${(j/+/):-{one,two,three}}
> one+two+three
> 
> But does it only work by accident, or can it be relied on?  Should
> it be documented?

It can be relied on.  I suspect that I have several scripts relying on
that.  It should be documented of course.

Zoltan



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