Created
August 2, 2018 14:42
-
-
Save vctrtvfrrr/8f968dd8c8fdfcb0139b59b53b38f2db to your computer and use it in GitHub Desktop.
Compress and extract GZip on Linux
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
tar -czvf archive.tgz folder_or_file_name | |
tar -xzvf archive.tgz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment