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