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.HTM | index.htm |
| dialog2.JPG | dialog2.jpg |
| TableOfContents.Htm | tableofcontents.htm |
Case can be changed to lower case or upper case
If checked, then the case of the file name will be changed.
If checked, then the case of the file extension (the part after the . indicates the type of file) will be changed.
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.