I have about 4,000 .asp files that have a specific line of code I need to remove.?

Is there a program or a very simple script I can generate to remove this code without having to go through each file manually?
I have a Mac so I can use Automator or some other program and I can also get access to a PC. Thanks!

Greg W2008-12-23T23:12:21Z

Is Dreamweaver available for the Mac? I use that On the PC all the time for that specific requirement as you can set the replace to look at the source.

Matt H2008-12-23T23:12:39Z

You have a mac, therefore you have bash. Follow this guide on using sed to find and replace the line you wish:

http://linux.about.com/od/bgb_guide/a/gdebgb44t03.htm