cmv is a Perl script that lets you easily rename multiple files in complex ways on Unix systems. The main advantage of cmv over other methods is that it finds the right order to rename files so that no files get clobbered. For instance, something like "cmv 'tr/abcd/bcda/' a b c d" will rename all the files without any of them disappearing.
| Tags | Utilities Systems Administration |
|---|---|
| Operating Systems | Unix |
| Implementation | Perl |