html - Find / Replace a link in all pages of a site -


looking ideas / recommendations on finding , replacing link in pages of site, , using dreamweaver (ick) not option. site consist of 100s of static pages.

in unix, vim has option that.

vim -c "argdo %s/http:\\site.com\/pagea/http:\\site2.com\/pageb/ge | update" *.html 

Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -