Bash command to sum a column of numbers
#http://stackoverflow.com/questions/3096259/bash-command-to-sum-a-column-of-numbers paste -sd+ infile | bc