Skip to content

Instantly share code, notes, and snippets.

@abelcallejo
Created May 27, 2021 11:29
Show Gist options
  • Save abelcallejo/32546517fc3207b0b1a82c123d4d86fe to your computer and use it in GitHub Desktop.
Save abelcallejo/32546517fc3207b0b1a82c123d4d86fe to your computer and use it in GitHub Desktop.
Zip and Unzip cheatsheet

Zip and Unzip cheatsheet

Unzipping while ignoring the tree

unzip -j /path/to/file.zip -d output_folder

Unzipping while overwriting existing files

unzip -o /path/to/file.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment