Files
2023-10-13 14:01:41 +00:00

8 lines
68 B
Plaintext

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