Created
September 20, 2017 10:57
-
-
Save padupuy/3d4bd8d39206b93618e5cc152bc130bb to your computer and use it in GitHub Desktop.
Zip
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
#compress | |
tar -zcvf archive_name.tar.gz folder_to_compress | |
#extract | |
tar -zxvf archive_name.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment