in reply to Re: Efficient way to sum columns in a file
in thread Efficient way to sum columns in a file

Thanks dave! I have never used aF switches before. I shall remember to use this instead of my  split/,/; However I am not sure if perl's split is more efficient than cut... I guess I can do a quick field test on a large file!

-SK