Created
September 23, 2020 03:28
-
-
Save MichaelChirico/ac303c9a9ae84e303493d5a7836b8291 to your computer and use it in GitHub Desktop.
Cheating on NYT SpellingBee
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# caveat -- doesn't have 100% overlap w the dictionary | |
CENTER=u | |
LETTERS=${CENTER}cfinot | |
grep $CENTER /usr/share/dict/words | grep -E "^[$LETTERS]{4,}$" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment