shithub: trueawk

ref: 0eeec2359f4cce389ae4e6163959c1fda3dcb9ad
dir: /testdir/t.in2/

View raw version
	{ x[substr($2, 1, 1)] += $1 }
END	{ for (i in x)
		print i, x[i]
}