#12: Find all words that end in...

Given a list of words in a text file, one word per line (such as, /usr/share/dict/words on OS X) there should be a quick way to find all words that end in a substring. Example: Find all words that end in "me" assume consume presume ...