Summing integers with BashEditCreated 2012-11-29, updated 2017-05-18$ awk '{s+=$1} END {print s}' some_file bashawkwiki