qse/ase/cmd/awk/emp-020.out

10 lines
144 B
Plaintext
Raw Normal View History

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