shntnu
2/14/2017 - 4:24 AM

Bash command to sum a column of numbers

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