: !/bin/sh awk -F',' '{ tot += $13 } END { print tot }'