Skip to content

Instantly share code, notes, and snippets.

@leilee
Created June 19, 2017 09:11
Show Gist options
  • Save leilee/0a3f31177ef0f311c9918203a4bf8369 to your computer and use it in GitHub Desktop.
Save leilee/0a3f31177ef0f311c9918203a4bf8369 to your computer and use it in GitHub Desktop.
batch change file extension
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