Skip to content

Instantly share code, notes, and snippets.

@joekolade
Last active March 4, 2023 21:28
Show Gist options
  • Select an option

  • Save joekolade/a5631f9752545e0fcffd92f46a75df3d to your computer and use it in GitHub Desktop.

Select an option

Save joekolade/a5631f9752545e0fcffd92f46a75df3d to your computer and use it in GitHub Desktop.
[tar] Tar commands for everyday use
# 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