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