Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nervouswiggles/ede704c71622ebd1673f to your computer and use it in GitHub Desktop.
Save nervouswiggles/ede704c71622ebd1673f to your computer and use it in GitHub Desktop.
1. tar - (Create compressed tar files) tar -cvzf ./test.tar ./testtar/
2. untar - (used tar files and uncompress them) untar -xvf ./uncompressed_folder ./compressed.tar
3. gunzip - (Unzip gz) gunzip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment