Possible Duplicate:
Renaming many files in Mac OS X, batch processing

Hi,
how I can rename a many files with command line in osx?
in linux exits a "rename" command, exist a similar in osx?

link|improve this question

63% accept rate
Very nearly duplicate: superuser.com/questions/152627/… – Chris Johnsen Jun 19 '10 at 20:59
brew install rename – juanpablo Sep 23 '11 at 20:31
feedback

closed as exact duplicate by Chris Johnsen, quack quixote Jun 20 '10 at 4:27

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

up vote 2 down vote accepted

You can try to install MacPorts and install the renameutils package:

renameutils @0.10.0 (sysutils)

renameutils is a set of programs designed to make renaming files faster and less cumbersome

link|improve this answer
I prefer brew ; brew install rename – juanpablo Oct 12 '11 at 0:19
feedback

If you want to do it without the command line, there is Automator. You can me a workflow with the rename Finder items action, and this allows you to (among other things) to substitute parts of a name with something else. You could apply this to to selected items or make it a folder action etc..

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.