Created
June 9, 2017 23:55
-
-
Save 0x8BADFOOD/db5770a88c3927c0c0faa95096aee107 to your computer and use it in GitHub Desktop.
rename fils on mac in terminal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install renmae | |
rename 's/^/MyVacation2011_/g' *.png | |
rename 's/hdpi/pin/g' *hdpi* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment