in reply to Re: fast way to split and sum an input filein thread fast way to split and sum an input file
perl -F, -lane '$x+=$F[99]; END{print $x}' data.txt [download]