Created
July 6, 2022 17:01
-
-
Save soerface/3b052d5bd14419df2d98c882292facd2 to your computer and use it in GitHub Desktop.
Strong compression
This file contains 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
tar -cf - INPUT_DIR | xz -0e -c > OUTPUT_FILE.tar.xz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment