gno/usr.bin/awk/tests/ch1p31.awk
tribby ddb82cb2e0 Remaining files for awk 2.0 that were left out of the previous checkin.
Maybe someday I'll become adept at using cvs...
1998-04-07 17:06:53 +00:00

3 lines
87 B
Awk

$3 > 15 { emp = emp + 1 }
END { print emp, "employees worked more than 15 hours" }