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

RE: prefix and join an array



>> % print ${(j., .)${:-DNS:${^list}}}

> Haa, the secret was in ${name:-word}!

> Thank you, Bart (:

I think you can simplify it further to
print ${(j., .):-DNS:${^list}}
right?



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