Summing values of a column using awk command August 23, 2023 by Tarik awk '{SUM+=$3}END{print SUM}' where $3 represent value of column 3