Files
bash/tests/ifs-1.test
T
2009-09-12 16:46:51 +00:00

6 lines
63 B
Plaintext

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