Hi folks, I'll show you what I want to do using a textmate command or bundle:
Lets say we have the following document:
foo
diddy
bah
foo
foobah
diddy
I want to find and delete all the lines matching bah
, the desired ouput in this case would be:
foo
diddy
foo
diddy
Thanks!