Nice shorthand to rename multiple files. First, make sure you have rename
available:
brew install rename
and then use the snippet
find . -exec rename 's|FIND|REPLACE_WITH|' {} +
Nice shorthand to rename multiple files. First, make sure you have rename
available:
brew install rename
and then use the snippet
find . -exec rename 's|FIND|REPLACE_WITH|' {} +