Re: playing with IFS

dana <[email protected]> Sun, 12 Apr 2026 17:29:34 -0500
Newsgroups gmane.comp.shells.zsh.devel,gmane.comp.shells.zsh.user
Message-ID <[email protected]>
On Sun 12 Apr 2026, at 17:24, dana wrote:
> you felt the need to mess with IFS because you took out the ${(f)...},
> not because you added the here string

oh i realised it's probably because you are trying to join an array by
\n's. if that's true, and again you can't just use zsh's native
functionality, you can use ${(F)...} on the inside as philippe showed

dana