Skip to content

Instantly share code, notes, and snippets.

@norm
norm / all.txt
Last active April 6, 2016 11:25 — forked from psd/all.txt
Find words containing all of the vowels, in order
$ egrep 'a.*e.*i.*o.*u' /usr/share/dict/words
abietineous
abstemious
abstemiously
abstemiousness
abstentious
acetabuliferous
acetarious
acheilous
acheirous
javascript:var i=document.documentElement;var found=0;var ncn=[];var cn=(i.className).split(/\s+/);for(var c=0;c<cn.length;c++){if(cn[c]=='enable-grid'){found=1}else{ncn.push(cn[c])}};if(!found){ncn.push('enable-grid')};i.className=ncn.join(' ');