1*9a7741deSElliott Hughes { x[substr($2, 1, 1)] += $1 } 2*9a7741deSElliott HughesEND { for (i in x) 3*9a7741deSElliott Hughes print i, x[i] 4*9a7741deSElliott Hughes} 5