Answers for "bash add all numbers in a file column"

0

sum column bash

paste -sd+ infile | bc
# Using existing file
Posted by: Guest on October-29-2020

Code answers related to "bash add all numbers in a file column"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language