@hackage batch-rename0.1.0.0

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 linuxMac world, people keep asking how.(http:bit.ly2cIskUu) 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"