>
> Hi everyone I have a problem and I think you guys talked once about a
> product that might solve it for me. I have just taken over work on a
> travel site that has like over 170 htm pages with someone elses name as
> webmaster on each and ever page. All the same exact code line. I want to
> just replace each one with my name but i dont want to do each and every
> htm file it would take forever. Do you konw of a search and replace type
> program that will do what i am asking?
cd to the directory, then go:
perl -pi -e 's#oldtext#newtext#g' *.htm*
That will do a global replace for you. At least if you have Perl
available.
[EMAIL PROTECTED] ------------------ [EMAIL PROTECTED]
----------------------- IMAGINEERING --------------------------
----------------- Every mouse click, a Vote -------------------
---------- Do they vote For, or Against your pages? -----------
----- What people want: http://www.mall-net.com/se_report/ ----
---------------------------------------------------------------
____________________________________________________________________
--------------------------------------------------------------------
Join The Web Consultants Association : Register on our web site Now
Web Consultants Web Site : http://just4u.com/webconsultants
If you lose the instructions All subscription/unsubscribing can be done
directly from our website for all our lists.
---------------------------------------------------------------------