shithub: kwa

ref: 3f3ab2de87d30685fb844de596ac88ead22f7ced
dir: /test/tt.06/

View raw version
{
	x[$1] += length
}
END {
	for (i in x)
		print i, x[i] | "sort"
}