ref: f01859c469dac3ed01d36a656cce03f0b63abae1 dir: /test/p.48/
BEGIN { FS = "\t" } { pop[$4] += $3 } END { for (c in pop) print c ":" pop[c] | "sort" }