qse/ase/cmd/awk/emp-020.out
2008-03-21 03:49:53 +00:00

10 lines
144 B
Plaintext

($2 > maxrate) {
maxrate = $2;
maxemp = $1;
}
END {
print "highest hourly rage:",maxrate,"for",maxemp;
}
highest hourly rage: 5.50 for Mary