![]() |
Coding / switching it
I have some htm files with 200 names "tory" and need them all switched to "becky" and 50 other names. Pretty much 50 different pages. I use html kit for simple stuff. Does anyone know a program that will change all the text in a batch or something?
|
mkdir new_content&&for I in *.htm; do cat $I | sed "s/tory/becky/" >new_content/$I; done
;) |
All times are GMT -7. The time now is 01:53 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123