1*9a7741deSElliott HughesBEGIN { FS = "\t" } 2*9a7741deSElliott Hughes { pop[$4] += $3 } 3*9a7741deSElliott HughesEND { for (c in pop) 4*9a7741deSElliott Hughes print c ":" pop[c] | "sort" } 5