|
|
radical hacks
|
|
|
|
|
|
Here is a little
script which you can use to search trhough an entire tree of
HTML files and perform some action on them. By default, the
script is set to simply print out the list of files in the
directory and each of its subdirectories. However, you could
certainly open each file and perform a search and replace or
perform link validation. The script is meant to be run from the
command line and you will have to edit $root_web_path and
@unwanted_files to meet your own needs. Enjoy!
|
|