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