Skip to content

Instantly share code, notes, and snippets.

@lucassmacedo
Created January 17, 2017 16:39
Show Gist options
  • Save lucassmacedo/9dde979876a5b0ed3e85b70305706be9 to your computer and use it in GitHub Desktop.
Save lucassmacedo/9dde979876a5b0ed3e85b70305706be9 to your computer and use it in GitHub Desktop.
Compress and Extract Tar
tar -czvf publict.tar.gz public_html/
tar -xzvf publict.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment