blob: 84d50116e64460776f10ee1a14ac8326b6bd43af [file] [log] [blame]
{
x[$1] += length
}
END {
for (i in x)
print i, x[i] | "sort"
}