Use $=VAR
instead of $VAR
to force parameter expansions to be split into separate words before substitution, using IFS as a delimiter.
This is done by default in most other shells.
Sep 09, 20231 min read
Use $=VAR
instead of $VAR
to force parameter expansions to be split into separate words before substitution, using IFS as a delimiter.
This is done by default in most other shells.