Skip to content

Instantly share code, notes, and snippets.

@belo82
Created October 15, 2013 17:02
Show Gist options
  • Save belo82/6994912 to your computer and use it in GitHub Desktop.
Save belo82/6994912 to your computer and use it in GitHub Desktop.
Add extension to all files using Git.
for files in *.java; do git mv "$files" "$files.orig"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment