Skip to content

Instantly share code, notes, and snippets.

@sprhawk
Created March 10, 2012 17:44
Show Gist options
  • Select an option

  • Save sprhawk/2012266 to your computer and use it in GitHub Desktop.

Select an option

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