Skip to content

Instantly share code, notes, and snippets.

@WestleyR
Created August 20, 2020 19:07
Show Gist options
  • Save WestleyR/da924df484a0f5fd32636365b4eb6bb1 to your computer and use it in GitHub Desktop.
Save WestleyR/da924df484a0f5fd32636365b4eb6bb1 to your computer and use it in GitHub Desktop.
Quick tips on how to use 7z (7zip)

Compress a file:

$ 7z a file.7z file

Compress a directory:

$ 7z a -r dir.7z dir

Extract a 7z file:

$ 7z x archive.7z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment