#!/bin/sh awk 'BEGIN { t = 0; } { t = t + $5} END {printf "%d\n", t}'