I was unclear. I'd like to recursively search directories in order to find "phrase I want" inside files, not as the file name.
$ grep -r "microsoft sux" <dir names here> $ grep -rl "microsoft sux" <dir names here>