Files
bash/tests/ifs-1.test
T

6 lines
63 B
Plaintext

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