I have a bunch of html files I downloaded to my computer. The problem is they where developed under windows, which doesn't care about slash direction. And the files are full of links like "../help\\drivers/direct.htm" and Linux really doesn't like that.
What is the easiest way to do a search and replace in multiple text files from the command line. I want to just replace all "\\" with "/" for every file in a directory. It might create a few problems but it will fix far more then it will create.
Jay