Skip to content

Instantly share code, notes, and snippets.

@kbshl
Created April 17, 2016 11:58
Show Gist options
  • Save kbshl/f99775b06614173d2db35d6ea8c252f1 to your computer and use it in GitHub Desktop.
Save kbshl/f99775b06614173d2db35d6ea8c252f1 to your computer and use it in GitHub Desktop.
Unzip file into specific directory
unzip -o <ZIP_FILE> -d <DESTINATION_DIR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment