This commit is contained in:
9
ase/cmd/awk/emp-020.out
Normal file
9
ase/cmd/awk/emp-020.out
Normal file
@ -0,0 +1,9 @@
|
||||
($2 > maxrate) {
|
||||
maxrate = $2;
|
||||
maxemp = $1;
|
||||
}
|
||||
|
||||
END {
|
||||
print "highest hourly rage:",maxrate,"for",maxemp;
|
||||
}
|
||||
highest hourly rage: 5.50 for Mary
|
Reference in New Issue
Block a user