| chcase is a Perl script for renaming files. You can change filenames to either all upper or all lower case, or use Perl expressions to operate on the filenames. Some features/options include support for special characters, recursing through subdirectories, overwriting existing files, specifying multiple file masks, and operating on filenames with Perl expressions like s/// and tr///. |