2 lines
54 B
Awk
2 lines
54 B
Awk
{ print $1, $3; } # print country name and population
|
{ print $1, $3; } # print country name and population
|