Files
2023-05-14 11:44:44 +00:00

8 lines
68 B
Plaintext

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