BEGIN {print "Printing the sum of file sizes"}\ { sum += $5 }\ END\ { print sum }