mustpax / rename

Rename and copy files with string substitution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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].

About

Rename and copy files with string substitution

License:MIT License


Languages

Language:Python 100.0%