Whoa, that's some #awk alphabet soup.
I'm gonna need to learn awk next, ain't I? XD
I actually started out doing it all in grep (pipe the words in the file to grep -vixfF /usr/share/dict/words, but it was actually twice as fast to do a positive grep per input word than one big negative grep.
I'm actually already removing duplicates via an awk command that I copypastad from the internet, but I'll play with your example, thanks! :D
🍵 
