Sam Hames

Now with RSS!

Bash command to sum a column of numbers - Stack Overflow

https://stackoverflow.com/questions/3096259/bash-command-to-sum-a-column-of-numbers

paste -sd+ infile | bc

Tags

Related By Tags

Details

Revised
Created
Edited