Created
July 13, 2017 06:35
-
-
Save trungpv1601/d7da206b34917769bcd32c50887e03ef to your computer and use it in GitHub Desktop.
tar and untar linux .tar.gz
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
sudo tar -zcvf xxx.tar.gz /var/xxx/ | |
sudo tar -xzvf xxx.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment