awk/testdir/p.38

7 lines
85 B
Plaintext

{ if (maxpop < $3) {
maxpop = $3
country = $1
}
}
END { print country, maxpop }