>>969

IFS=,
while read line 0<&3
do
set $line
echo $#
done 3< hoge.csv


ちなみに、fd3を使う方式にしといたよw