$ perl -F',' -ane '$a += $F[3]; END { print $a }' test.csv
More of the same but with more elaborate perl-fu :-)
by David Winterbottom (codeinthehole.com)
$ perl -F',' -ane '$a += $F[3]; END { print $a }' test.csv
More of the same but with more elaborate perl-fu :-)
by David Winterbottom (codeinthehole.com)