Is there anything out there that can batch rename files in OS X, including files in subfolders?
I want to change the names of all files from *.* to *_.* so for example test.nat would become test_.nat
On PC, all you have to do type "ren /s *.* *_.* " from the command prompt to do the job. Pretty simple, ren standards for rename.
Is there any option available for OS X?
I've tried automator, it didn't work on subfolders. I've tried namechanger for OS X, but it too doesn't work on subfolders.
Is it possible to do this from terminal perhaps?
Thanks
I want to change the names of all files from *.* to *_.* so for example test.nat would become test_.nat
On PC, all you have to do type "ren /s *.* *_.* " from the command prompt to do the job. Pretty simple, ren standards for rename.
Is there any option available for OS X?
I've tried automator, it didn't work on subfolders. I've tried namechanger for OS X, but it too doesn't work on subfolders.
Is it possible to do this from terminal perhaps?
Thanks