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

Is there something in parser that always starts new token?



Hello
a='`something something else'; print -rl -- "${(@z)a}"
output: `something something else

I would like to manually divide the string after "something". Is there
something in (z) flag that could be used to force new token?

Best regards,
Sebastian Gniazdowski



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