This commit is contained in:
2
ase/cmd/awk/emp-020.awk
Normal file
2
ase/cmd/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