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.
1 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.