Last active
March 4, 2023 21:28
-
-
Save joekolade/a5631f9752545e0fcffd92f46a75df3d to your computer and use it in GitHub Desktop.
[tar] Tar commands for everyday use
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
| # Create tar.gz archive | |
| tar -czvf archive.tar.gz what_to_pack | |
| # Extract zipper archive | |
| tar xzf archive.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment