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