Tough

I have to go through a bunch of templates and change the text in them. Every template is different and require personal attention. This is a little snippet from my shell for those of you who know bash.
for I in `grep -n -r -i "bill_of_sale" * | cut -d ":" -f 1 | sort -u ` ; do gvim $I ; done
Not so fun.

*Name
*Mail
Website
Comment