I have a directory's tree with several files inside.
I want to replace in every file, the string index.html for a character /.
Since / is a special character, How can I instruct to the linux "sed" command so I can change all files that I have under a directory?
Thanks!