Skip to content

Instantly share code, notes, and snippets.

@nekoprog
Created November 18, 2019 11:05
Show Gist options
  • Save nekoprog/c464ecbcacbfee40d48c38f6b2610a37 to your computer and use it in GitHub Desktop.
Save nekoprog/c464ecbcacbfee40d48c38f6b2610a37 to your computer and use it in GitHub Desktop.
XZ (De)Compress
Compress
xz -zk9evv -T 0 <input file>
Decompress
xz -dkvv -T 0 <input file>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment