batch-rename: Make linux or macos do things like "rename *.mp3 *.mp4" in Windows/MSDOS

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Do you remember the convenient command rn in MSDOS ? When you want to change all your .mp3 files to .mp4 Simply type "rn *.mp3 *.mp4." I really like this. But in linuxMac world, people keep asking how.(http:bit.ly2cIskUu) So maybe this little tool can help you a lot.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.6, 0.1.0.7, 0.1.0.8, 0.1.0.9, 0.1.1.0
Change log None available
Dependencies base (>=4.6 && <4.7), directory, filepath (>=1.1), Glob (>=0.7.11) [details]
License LicenseRef-PublicDomain
Author Joyer Huang
Maintainer collger@gmail.com
Category System
Home page https://github.com/uppet/batch_rename
Uploaded by uppet at 2016-09-14T10:01:38Z

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for batch-rename-0.1.0.1

[back to package description]

batch_rename

A simple command make linux or macos do things like "rename *.mp3 *.mp4" in Windows/MSDOS

Do you remember the convenient command `rn' in MSDOS ? When you want to change all your .mp3 files to .mp4 Simply type "rn *.mp3 *.mp4." I really like this. But in linux/Mac world, people keep asking how.(http://bit.ly/2cIskUu) So maybe this little tool can help you a lot. QUOTE NEEDED.

Example:

batch_rename ".mp3" ".mp4" batch_rename ".mp3" "fake.mp4" batch_rename "DCIM*.jpg" "*.png"