Skip to content

Instantly share code, notes, and snippets.

@rubenarakelyan
Created December 21, 2021 15:56
Show Gist options
  • Save rubenarakelyan/788c7106b624986bd32391442a39d0b2 to your computer and use it in GitHub Desktop.
Save rubenarakelyan/788c7106b624986bd32391442a39d0b2 to your computer and use it in GitHub Desktop.
List of commonly-used zip commands

Zip a folder

zip -r [archive] [folder]

Zip a folder and encrypt with a password

zip -er [archive] [folder]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment