aboutsummaryrefslogtreecommitdiff
path: root/testdir/t.in2
blob: 8c7316d82b85c4f821bc46e7b64d26830090ed34 (plain)
1
2
3
4
	{ x[substr($2, 1, 1)] += $1 }
END	{ for (i in x)
		print i, x[i]
}