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