Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: proxy name for array
On Tue, Jan 9, 2024 at 6:58 PM Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
>
> set -A "${proxy}" "onezies toony threeatlast forlorn fivealive"
Just don't put quotes around the arguments.
set -A "${proxy}" onezies toony threeatlast forlorn fivealive
Read the doc for "set", the -A option takes a list of words.
> Bart, would you please give me someplace to read up on " ::= "
You really can search for it in the doc. "man zshexpn" and search.
> the leading colon -- for the previous method.
It's a shell builtin command.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author