In myfile.txt, I want to get a list of words that contain at least one occurrence of every vowel [aeoui] (case insensitive). I preferably want to do this with grep.
M