/rename

Rename and copy files with string substitution

Primary LanguagePythonMIT LicenseMIT

rename

rename is a command line utility for renaming files using simple string substitution.

Usage

rename [old name] [new name]

Copy files in the current directory that contain [old name] to new files where [old name] is replaced with [new name].