2013-10-07 41 views

回答

1
while IFS=, read one two; do 
    echo "$one"  # aaaaa on first iteration 
    echo "$two"  # aa 1 on first iteration 
done < input-file