BEGIN { print "Sum of the files modified in March April." } $6 == "Mar" { sum += $5 } $6 == "Apr" { sum += $5 } END { print sum }