http://pastebin.ca/419397
awk '{ i+=$1 } END { print i }'
$1 could be a different column. This is a nice way of totalling CSVs.
http://pastebin.ca/419397
awk '{ i+=$1 } END { print i }'
$1 could be a different column. This is a nice way of totalling CSVs.