Rename Case Change Options

Usage

UNIX web systems are case sensitive. It is simpler to use all lower case for file name references in HTML files and change all file names to lower case. This command allows you to do that. You specify if you want the name, extension or both changed and if you want to change them to lower case or upper case.

Old filename New filename
Index.HTMindex.htm
dialog2.JPGdialog2.jpg
TableOfContents.Htmtableofcontents.htm

Change case to [lower case]

Case can be changed to lower case or upper case

Change File Name case

If checked, then the case of the file name will be changed.

Change File Extension case

If checked, then the case of the file extension (the part after the . indicates the type of file) will be changed.

Wildcard for files (usually *.*)

This determines which files are renamed. The default, *.*, causes all files to be renamed. Other options are t*.jpg which causes all jpg files starting with t to be renamed.