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