% more /usr/share/dict/words | grep [pattern] | moreThis should return a list of words from the dictionary that contain your [pattern] (don't type the square brackets) of interest.
Another interesting file is /usr/share/dict/propernames, which is a list of common (mostly Western) names (useful if you're having difficulty coming up with a name for your newborn).

