Dato un file di testo testo.txt
testo.txt
grep -o "[[:alpha:]]*" testo.txt | sort | uniq -c | sort -n