aboutsummaryrefslogblamecommitdiff
path: root/bin/tot.awk
blob: eda257241287fdc72424d8a68b35e97620b315bc (plain) (tree)
1
2
3
                         
             
                 
# Total a list of numbers
{ tot += $1 }
END { print tot }