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