#!/usr/bin/awk -f BEGIN { FS="," } { tot += $99 } END { print tot }