Skip to content

Instantly share code, notes, and snippets.

@trungpv1601
Created July 13, 2017 06:35
Show Gist options
  • Save trungpv1601/d7da206b34917769bcd32c50887e03ef to your computer and use it in GitHub Desktop.
Save trungpv1601/d7da206b34917769bcd32c50887e03ef to your computer and use it in GitHub Desktop.
tar and untar linux .tar.gz
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