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