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