Skip to main content
1 of 8
sed -e 's/[^[:alpha:]]/ /g' -e 's/ /\/g' text_to_analize.txt | tr 'A-Z' 'a-z' | sort | uniq -c | sort -nr | nl