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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -