{ lineno += 1 ; if (length($0) > 72) { print "Line number", lineno, "longer than 72 characters." errors += 1 } } END { if (errors >= 1) exit 2 }