Hi,
With an input file like this
1,2,3,4,...,N
1,2,3,4,...,N
..
..
1,2,3,4,...,N
for N = 2 - a file with 2 columns only - using the following to calculate the sum of columns is okay :
{FS=","}
{s1+=$1;s2+=$2}
END{print s1 FS s2}
if N is big i suppose using an array would be more...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.