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