7 lines
85 B
Plaintext
7 lines
85 B
Plaintext
{ if (maxpop < $3) {
|
|
maxpop = $3
|
|
country = $1
|
|
}
|
|
}
|
|
END { print country, maxpop }
|