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

Re: Brace expansion from arrays?



> a=(stuff to expand)
> print {$a}to
> 
> would output "stuffto toto expandto"

print ${^a}to



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