Skip to content

Instantly share code, notes, and snippets.

@vctrtvfrrr
Created August 2, 2018 14:42
Show Gist options
  • Save vctrtvfrrr/8f968dd8c8fdfcb0139b59b53b38f2db to your computer and use it in GitHub Desktop.
Save vctrtvfrrr/8f968dd8c8fdfcb0139b59b53b38f2db to your computer and use it in GitHub Desktop.
Compress and extract GZip on Linux
tar -czvf archive.tgz folder_or_file_name
tar -xzvf archive.tgz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment