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