BEGIN \ { print "Sum of the files modified in October November."; sum = 0 } $6 == "Nov" { sum += $5 } $6 == "Oct" { sum += $5 } END