Skip to content

Instantly share code, notes, and snippets.

@douglasmiranda
Created March 3, 2012 02:48
Show Gist options
  • Save douglasmiranda/1963967 to your computer and use it in GitHub Desktop.
Save douglasmiranda/1963967 to your computer and use it in GitHub Desktop.
Unix tar gzip a folder then unzip it - ssh
tar -cvzf <filename>.tar.gz <folder-name>
tar -xvzf <filename>.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment