blob: ab407fb80210e5d5b05c1ae583a5d3ab4ae86ee4 [file] [log] [blame]
BEGIN { FS = "\t" }
{ pop[$4] += $3 }
END { for (c in pop)
print c ":" pop[c] | "sort" }