|
Generic Scripts Back
What we have here is a series of fairly simple scripts that perform fairly simple tasks. They can be useful, however, which is why they're here.
Library Contents
- Lower Image Names
- If you're moving a site from a case insensitive hosting facility to a case sensitive hosting facility, you've no doubt run into a situation where your href's use one case (or mixed case) and your image names don't necessarily match. This script will lower all of your images names.
- Lower File Names
- This is a companion script to the "Lower Image Names" script. This script will lower the case of all files in a directory. Not terribly complicated, but, again, it's useful.
- Mail Some
- This was a little script that we used to email a small portion of a file to someone every day. This is good for large files that don't grow very quickly.
- Strip Second Extension
- This little script will strip off the second extension of a file name. In otherwords if you have a file like: "abc.1.2", running this script on the directory that contains the file will change the filename to "abc.1".
All information is copyrighted by Alliances.ORG
eric@alliances.org or bret@alliances.org
|