Regex to batch rename files in OS X Terminal
I'm after a way to batch rename files with a regex i.e. s/123/onetwothree/g I recall i can use awk and sed with a regex but couldnt figure out how to pipe them together for the desired output.