I've found "enterprise", which is 10 letters long. Does anyone know of any longer words that start and end with the same letter?
That letter doesn't have to be 'e', by the way. It just means that the first and last letter of the word have to be identical.
egrep '^([[:lower:]])[[:lower:]]*\1$' /usr/share/dict/british-english-insane |awk '{ print length(), $0 }' |sort -nto filter and order a wordlist. – donothingsuccessfully Mar 15 at 7:30