Batch find/replace in text or html files

1

I have a large collection of html files (thousands), and need to change a single character that wasn't displaying properly on some browsers. Is there a quick and efficient way to do this?

Dave

Posted 2011-08-18T03:26:27.637

Reputation: 13

Answers

0

Use Windows Grep. It is shareware, but there is a free trial.

soandos

Posted 2011-08-18T03:26:27.637

Reputation: 22 744

0

Says here that Notepad++ is applicable for search&replace for (in this example) 8342 HTML files http://www.makeuseof.com/tag/how-to-find-and-replace-words-in-multiple-files/ Notepad++ is a free source code editor

tobias

Posted 2011-08-18T03:26:27.637

Reputation: 67

not really an answer to a batch script request, unless you know notepad++ also has a CLI interface capable of doing such a task – user2813274 – 2015-10-01T18:28:58.220