Article 5AQ3D Having Bash to parse multiple space-contained words connected by char \,

Having Bash to parse multiple space-contained words connected by char \,

by
BudiKusasi
from LinuxQuestions.org on (#5AQ3D)
How within a string, can we have Bash to parse multiple space-contained words connected by escape char \, by the simplest way (1-2 commands/lines) ?

Code:s="English phrases must be understood are as\ well, even\ if, as\ such"How to achieve kind of in few variables (may be enclosed by quote pair instead of double quote):
Code:a="English"
b="phrases"
c="must"
d="be"
e="understood"
f="are"
g="as well,"
h="even if,"
i="as such"or as array of s variable itself, etc.latest?d=yIl2AUoC8zA latest?i=KA__-Rk_G1I:iYoz2A14yz0:F7zBnMy latest?i=KA__-Rk_G1I:iYoz2A14yz0:V_sGLiP latest?d=qj6IDK7rITs latest?i=KA__-Rk_G1I:iYoz2A14yz0:gIN9vFwKA__-Rk_G1I
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments