1 line
74 B
Text
1 line
74 B
Text
open 'unixdict.txt' | split chars | where $it =~ '^\pL$' | uniq -c | sort
|
open 'unixdict.txt' | split chars | where $it =~ '^\pL$' | uniq -c | sort
|