I have a load of HTML files I need to make identical changes to. There are far too many to do it manually, so I was wondering if anyone knows of grep-like command that I can use to find and replace text across multiple files.
lets you select the files you want to search, and set the text you want to search for and tehn replace. even tells you teh docs and the number of changes to each doc before you apply the replace.
very cool.
UI is very minimalistic, but it's not hard to figure out.
If you have a lot of identical text/code in your (X)HTML perhaps you should consider using PHP (make files with the identical text and include them via PHP in your pages).
If it's a simple change maybe you can post it here, and we can work out a one-liner. Otherwise, I'd say your best bet is to spend a few hours learning Perl (it pays off in the end).