tr -sc 'A-Za-z' '\012' < $1 | sort | uniq -c | sort -n | tail -5
