Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: manual
On Tue, Dec 20, 2022, at 8:15 PM, Ray Andrews wrote:
> On 2022-12-20 16:43, Lawrence Velázquez wrote:
>> args; if no name is specified, all arrays are printed
>>> together with their
>>> values.
>>>
>>> IS THAT CORRECT?
>> It is correct.
>>
>>
>> 0 /aWorking/Zsh/Source/Wk 2 $ set | grep red=
>> COMMAND0=$'set | grep red=\nset | grep red=\nset | grep red=\n'
>> Dred=$'\C-[[31m'
>> _red=$'%{\C-[[1;31m%}'
>> red=$'\C-[[31;1m'
>>
>> 0 /aWorking/Zsh/Source/Wk 2 $ typeset -p red
>> typeset red=$'\C-[[31;1m'
>
> red is scalar, no?
The command in question is "set -A", not "set".
--
vq
Messages sorted by:
Reverse Date,
Date,
Thread,
Author