mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-22 18:30:47 +00:00
ddb82cb2e0
Maybe someday I'll become adept at using cvs...
3 lines
104 B
Awk
3 lines
104 B
Awk
$2 > maxrate { maxrate = $2; maxemp = $1 }
|
|
END { print "highest hourly rate:", maxrate, "for", maxemp }
|