I have a long list of words as follows
word1
word2
word3
word4
word5
word6
word7
I would like to do a find and replace on these words without individually finding a word. Id like to create a list of find targets and run this just once eg my target list would be as below.
word2
word4
word6
How can I do this and can it be done in textmate. Alternatives also considered obviously but I'm not familiar with perl scripts.