[–] kbenson 13y ago ↗ Or, to be completely unfair, Perl:perl -aF, -nE '$F[1] =~ s/["+]//g; $total += $F[1]; END { say $total }' CSVData.csv [–] jasey 13y ago ↗ Very nice!
2 comments
[ 3.1 ms ] story [ 13.1 ms ] threadperl -aF, -nE '$F[1] =~ s/["+]//g; $total += $F[1]; END { say $total }' CSVData.csv