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