Skip to content

Instantly share code, notes, and snippets.

@sjwilliams
Created April 22, 2014 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjwilliams/11191701 to your computer and use it in GitHub Desktop.
Save sjwilliams/11191701 to your computer and use it in GitHub Desktop.
Simple file renaming with mmv
# http://stackoverflow.com/questions/417916/how-to-do-a-mass-rename
brew install mmv
mmv "*.mustache.html" "#1.jst.html"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment