Skip to content

Instantly share code, notes, and snippets.

@belo82
Created September 17, 2013 15:00
Show Gist options
  • Save belo82/6595530 to your computer and use it in GitHub Desktop.
Save belo82/6595530 to your computer and use it in GitHub Desktop.
Add an extension .bak to all JAR files in the current directory
rename -n 's/(.*)/$1.bak/' *.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment