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