unplugged-vendor/external/one-true-awk/testdir/p.27

3 lines
73 B
Plaintext
Raw Permalink Normal View History

maxpop < $3 { maxpop = $3; country = $1 }
END { print country, maxpop }