Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: playing with IFS



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




Messages sorted by: Reverse Date, Date, Thread, Author