Recovered from cvs revision 2007-05-01 07:40:00
This commit is contained in:
2
ase/test/awk/emp-020.awk
Normal file
2
ase/test/awk/emp-020.awk
Normal file
@ -0,0 +1,2 @@
|
||||
$2 > maxrate { maxrate = $2; maxemp = $1; }
|
||||
END { print "highest hourly rage:", maxrate, "for", maxemp; }
|
Reference in New Issue
Block a user