4

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?

juanpablo
  • 7,424

2 Answers2

6

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

lajuette
  • 4,852
2

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

Henno
  • 669
  • 4
  • 5