Forum Moderators: bakedjake
Copyright © 2000 - 2003
to
Copyright © 2000 - 2004
----------------------------
© Copyright 1999/2003
to
© Copyright 1999/2004
---------------------------
Copyright ©
to
Copyright © 2004
Thanks for any help
ncw164x
replace will do what you want; but make sure that you BACKUP EVERYTHING FIRST!
I would create a test file first; call it test.html; containing "Copyright © 2003" somewhere; and then practice using the replace command; for example:
replace "Copyright © 2003" "Copyright © 2004" test.html
I would imagine that you can use a wildcard for the filename; so when you're ready to do it for real use *.html.
Be careful.
If you're not sure what you're doing at the shell prompt I would recommend that you FTP the files off to another computer; and use a text editor with a replace in files feature (such as UltraEdit).
I am all for keeping it simple and as you say back it up first just in case, I was hoping for a simple script or process to carry this out but I will do it the same way as always which is the safer option.
Thanks for your reply
ncw164x