zsh-users
 help / color / mirror / code / Atom feed
From: Pier Paolo Grassi <pierpaolog@gmail.com>
To: Marc Chantreux <mc@prometheus.u-strasbg.fr>
Cc: Zsh-Users List <zsh-users@zsh.org>
Subject: Re: quoting words
Date: Tue, 28 Sep 2021 22:10:04 +0200	[thread overview]
Message-ID: <CAP+y1xBT7P+0hB=yuPg-TSHt9vxy84JpEKqK5oNbi5EEBfwf6w@mail.gmail.com> (raw)
In-Reply-To: <YVMIOwPUgAsy7p4D@prometheus.u-strasbg.fr>

[-- Attachment #1: Type: text/plain, Size: 878 bytes --]

Hello, here is the output:

5.8
a isa array
typeset -a omz=( 'the first' 'the last' )
'the first' 'the last'

the result from your script is in fact correct if I assign the
"${(@qq)omz}":

typeset -a omz=( 'the first' 'the last' )
a="${(@qq)omz}"
typeset -p a
typeset a='''the first'' ''the last'''

regards

Pier Paolo Grassi


Il giorno mar 28 set 2021 alle ore 20:31 Marc Chantreux <
mc@prometheus.u-strasbg.fr> ha scritto:

> hello,
>
>     echo $ZSH_VERSION
>     omz=( 'the first' 'the last' )
>     echo a isa ${(t)omz}
>     typeset -p omz
>     echo -e "${(@qq)omz}"
>
> gives me
>
>     5.8
>     a isa array
>     typeset -a omz=( 'the first' 'the last' )
>     'the first' 'the last'
>
> note the -a when you have
>
>     typeset a='''sa bb'' ''cc dd'''
>
> so ${(t)omz} is probably scalar. would you mind unset a and give
> my code a try ?
>
> regards
> marc
>
>
>

[-- Attachment #2: Type: text/html, Size: 1835 bytes --]

  reply	other threads:[~2021-09-28 20:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-28 11:35 Pier Paolo Grassi
2021-09-28 11:38 ` Pier Paolo Grassi
2021-09-28 12:19   ` Marc Chantreux
2021-09-28 20:10     ` Pier Paolo Grassi [this message]
2021-09-28 16:04   ` Bart Schaefer
2021-09-28 19:54     ` Pier Paolo Grassi
2021-09-28 20:09       ` Lawrence Velázquez
2021-09-28 20:10         ` Pier Paolo Grassi
2021-09-28 20:32         ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAP+y1xBT7P+0hB=yuPg-TSHt9vxy84JpEKqK5oNbi5EEBfwf6w@mail.gmail.com' \
    --to=pierpaolog@gmail.com \
    --cc=mc@prometheus.u-strasbg.fr \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).