I recently moved my feed from feeds.feedburner.com/labnol to feeds.labnol.org/labnol and so had to change the <link> tag inside all HTML documents to reflect the change.
One of the options was to do a vi *.html and replace text manually but here’s a simple solution:
sed -e 's/old-address/new-address/' -i *.html
If you want to replace text in just a couple of files, replace with the wildcard character with the name of the files.
Find this article at: http://www.labnol.org/internet/design/wordpress-unix-replace-text-multiple-files/1128/
web: http://www.labnol.org/ email: amit@labnol.org


Add a Comment