qse/ase/test/awk/cou-026.out

17 lines
151 B
Plaintext
Raw Normal View History

2006-12-05 11:34:20 +00:00
BEGIN {
2006-12-15 06:53:11 +00:00
FS = " ";
2006-12-05 11:34:20 +00:00
}
{
pop[$4] += $3;
}
END {
for (name in pop)
print name,pop[name];
}
Europe 172
South America 134
North America 340
Asia 2173