Skip to content

Instantly share code, notes, and snippets.

@bgreenlee
Last active September 27, 2015 20:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bgreenlee/1328254 to your computer and use it in GitHub Desktop.
Save bgreenlee/1328254 to your computer and use it in GitHub Desktop.
Words with 6 consecutive consonants #words
$ egrep -i "[bcdfghjklmnpqrstvwxz]{6,}" /usr/share/dict/words
archchronicler
bergschrund
Eschscholtzia
fruchtschiefer
latchstring
lengthsman
Nachschlag
postphthisic
veldtschoen
# Scrabble words
$ egrep -i "[bcdfghjklmnpqrstvwxz]{6,}" scrabble_words
crwths
tsktsk
tsktsks
borschts
tsktsked
tsktsking
catchphrase
latchstring
weltschmerz
catchphrases
latchstrings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment