Rename all files in folder and subfolders mac os x
! /bin/zsh
ex. : rename slash (/) to (_)
find . -name "*" | while read file; do mv "$file" "`echo $file | tr ':' '_'`"; done
Written by Mytoolsfor.biz
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#