Created
January 17, 2017 16:39
-
-
Save lucassmacedo/9dde979876a5b0ed3e85b70305706be9 to your computer and use it in GitHub Desktop.
Compress and Extract Tar
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 publict.tar.gz public_html/ | |
tar -xzvf publict.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment