1 line
69 B
Text
1 line
69 B
Text
open 'unixdict.txt' | split chars | where $it =~ '^\pL$' | histogram
|
open 'unixdict.txt' | split chars | where $it =~ '^\pL$' | histogram
|