ref: 8e3c92b4eae6ff958d8af946caf6fb7d7f3bfbf7 dir: /test/t.in2/
{ x[substr($2, 1, 1)] += $1 } END { for (i in x) print i, x[i] }