On Fri, Aug 28, 2009 at 10:45 PM, Charles Hart Enzer, M.D., FAACP<[email protected]> wrote: > > I could use GREP or some variant command of Unix on the Web Site Server > -- I am less than an amateur Unix man. >
First, ensure you have a backup of all of the files on the server, as a single typo could be a problem. And ensure that you can copy the files from your backup back onto the server before you start. Log onto the Unix machine, and cd to the directory containing the files. Execute the command: perl -pi -e 's/normality_/normality/g' *.html A Google search for "perl global search replace" will give you a detailed explanation of what the command means. I happened to grab this version from http://www.debian-administration.org/articles/298 -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

