If you can see this, you are using a non-CSS compliant browser.
Please download the latest version of Firefox.
www.jeremya.com
Email Jeremy
src
src

Multi-File Replace

Replace a block of text with another block of text in multiple files


Download

Pre-Requisites


Usage
  1. Download the script and make it executable
  2. replace.pl [file_type] [search text] [replace_text] {regExp options}
    e.g. replace.pl .html '<fotn>' '<font>'
    would replace all instances of <fotn> with <font> in all .html files