Files
bash/tests/ifs-test-1.sh
T

6 lines
63 B
Bash

OIFS="$IFS"
IFS=":$IFS"
eval foo="a:b:c"
IFS="$OIFS"
echo $foo