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