Replacing Spaces In File Names On OSX

March 7, 2013

Problem: we need to change the naming conventions for an entire directory of files.
I recently ran into a situation where I needed to remove spaces from the names of about 200 files and replace them with hyphens. There are several ways to accomplish this, but if you don’t want to brush up on your PERL or bother with Automator, you can easily use OSX Terminal to run a sed command.

Read More →