Skip to content

Instantly share code, notes, and snippets.

@padupuy
Created September 20, 2017 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save padupuy/3d4bd8d39206b93618e5cc152bc130bb to your computer and use it in GitHub Desktop.
Save padupuy/3d4bd8d39206b93618e5cc152bc130bb to your computer and use it in GitHub Desktop.
Zip
#compress
tar -zcvf archive_name.tar.gz folder_to_compress
#extract
tar -zxvf archive_name.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment