Unix Dict/grep Solves Left-Side-of-Keyboard Puzzle
destinyland writes "For decades, people have been asking this brain teaser: 'What's the longest word you can type with only the left-hand letters on a keyboard?' The answer is supposed to be 'stewardesses,' but grepping the standard dictionary that ships with Unix reveals
a much better answer. There's nearly 2,000 shorter words that can typed with only the left hand — including one word that's even longer. (The article also quotes a failed novel attempt using nothing but words typed on the keyboard's left side.)"
Devertebrated
Link to the original article next time!
The longest word isn't found in the 'a much better answer' link, but rather the other one, somewhat misleadingly. The word, in case you're interested, is supposed to be 'devertebrated', though the Oxford English Dictionary doesn't recognise it.
How exactly can shorter words include a longer one?
The longest word I got was 'redrawerredrawers', which probably indicates that my wordfile is corrupted.
databases were devertebrated after stewardesses were watered
Always proofread carefully to see if you any words out.
From the article:
Technically, the word "reverberated" is just as long, and so is "desegregated" - but they're sometimes disqualified because they require using the past tense.
So past tense is disqualified but plural is ok? What official body is making up these rules?
"sweaterdresses are great" can be typed entirely with the left hand.
"stewardesses have the greatest assets"
I win! :D
who cares?
-= This is a self-referential sig =-
>The longest word I got was 'redrawerredrawers',
>which probably indicates that my wordfile is corrupted
I think you've found a bug ...
% grep '^redrawer' /usr/share/dict/words
redrawer
redrawerredrawers
redrawers
later, on the same flight, when i caught him in there a second time, i redestewardessed him.
Removing reverberation from a soundtrack, also called echo removal.
You can have it fast, accurate, or pretty. Pick any 2.
% grep "^[aoeui',.p;qjkx]*$" /usr/share/dict/british-english-huge | awk '{print length($1) " " $1}' | sort | tail -n1 /usr/share/dict/british-english-huge | awk '{print length($1) " " $1}' | sort | tail -n3
9 okupukupu
% grep "^[dhtnsfgcrlbmwvz]*$"
6 crwths
6 ftncmd
6 mtscmd
I think somebody compromised Debian's servers and added nonsense words to the dictionaries.