Hello.
I have a lot of HTML files that have links in the following format: http://localhost:8080/tag:alguma_coisa
and I need to add the .html
extension to these links so they look like this: http://localhost:8080/tag:alguma_coisa.html
.
I've tried several combinations with find
and sed
but with none of them I got the expected result.
Does anyone have any idea how to do this with Shell Script?