Skip to content

Instantly share code, notes, and snippets.

@kamalbanga
Created August 4, 2014 11:38
Show Gist options
  • Save kamalbanga/3dbab23571a5024e5e63 to your computer and use it in GitHub Desktop.
Save kamalbanga/3dbab23571a5024e5e63 to your computer and use it in GitHub Desktop.
JAR

Extract: jar xf <jar-file>

View contents: jar tf <jar-file>

Create:

  • All files in current folder: jar cf <new-file-name> .
  • Custom: jar cf <new-file-name> [input file(s)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment