hello! i need to add some text to my 50 pages of my website,is there any software that does it in bulk? thx
if it is a html you can use simple perl script. The modification is inside the document or on the end?
Consider using a simple CMS (like wordpress), or something simple written in php. This way all you need is to alter the HTML once to mark the place where the text is going to be, and upload all the files, even in txt format.
IF you have a local copy of your website you could just use a text editor, one of the better ones that handles multi files. Something with macro support like crimson editor or PFE. Then upload over the old files. To do it in place, perl would be your best bet to add static text.