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