Skip to content

Instantly share code, notes, and snippets.

@sprhawk
Created March 10, 2012 17:44
Show Gist options
  • Save sprhawk/2012266 to your computer and use it in GitHub Desktop.
Save sprhawk/2012266 to your computer and use it in GitHub Desktop.
change file extension
for a in *.added; do mv $a $
{a%%.added}; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment