Answers for "how to sum the whole column in shell script"

0

sum column bash

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

Code answers related to "how to sum the whole column in shell script"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language