Adding prefixes to file names in batch by shell under mac

With the rename command
Install rename using the following command if not installed
brew install rename
 
rename ‘s/^/logo_/’ *.png

Reproduced in: https://www.cnblogs.com/yibinpan/p/9602170.html

Read More: