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