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