Re: more splitting

dana <[email protected]> Wed, 15 Apr 2026 19:53:02 -0500
Newsgroups gmane.comp.shells.zsh.devel,gmane.comp.shells.zsh.user
Message-ID <[email protected]>
On Wed 15 Apr 2026, at 19:21, Ray Andrews wrote:
> But my conclusion is that a typeset -p output will always generate an 
> identical array, no?

yes, the quoting may be different from what you used but it will always
output a command that produces an array (or w/e type the parameter is)
with the exact same contents

dana