Created
June 19, 2017 09:11
-
-
Save leilee/0a3f31177ef0f311c9918203a4bf8369 to your computer and use it in GitHub Desktop.
batch change file extension
This file contains hidden or 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
for old in *.m; do mv $old `basename $old .m`.mm; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment