Skip to content

Instantly share code, notes, and snippets.

@aerickson
Created March 9, 2011 05:47
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 aerickson/861753 to your computer and use it in GitHub Desktop.
Save aerickson/861753 to your computer and use it in GitHub Desktop.
easier than dealing with sed (for me at least)
for f in *.MP3; do mv "$f" "`basename "$f" .MP3`.mp3"; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment