bash replace word

MULTIPLE TEXT FIND AND REPLACE
VERSION 2.2

Make a change immediately in many html files, add/delete new text or new links in various webpages, change descriptions, key words and other metatags, repair inactive links, and redesign and optimize pages for search engines
For example, you can change the metatags on the HTML pages for an SEO site. To do this, you set up the replacement of text to be after the identifier and before the identifier at the end of the block of text, and then insert the necessary text for the replacement.

DOWNLOAD
(0,5 Mb)
How do I replace a word in a bash script? How do you replace a word with another word in Windows?
Find and replace text within a file using sed command. Use Stream EDitor (sed) as follows: sed -i 's/old-text/new-text/g' input. The s is the substitute command of sed for find and replace. It tells sed to find all occurrences of 'old-text' and replace with 'new-text' in a file named input.