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
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