Last active
May 9, 2019 08:47
-
-
Save qzm/7d5bd606a058b7013814b9cebc1ae3ff to your computer and use it in GitHub Desktop.
7zip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on archive.7z dir1 | |
7z a -mm=Deflate -mfb=258 -mpass=15 -r foo.zip C:\Path\To\Files\* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment