Skip to content

Instantly share code, notes, and snippets.

@rodrigograca31
Last active August 29, 2015 14:15
Show Gist options
  • Save rodrigograca31/86c893a4992039ba53fc to your computer and use it in GitHub Desktop.
Save rodrigograca31/86c893a4992039ba53fc to your computer and use it in GitHub Desktop.
"Linux Zip"
#zip
tar -zcvf archive-name.tar.gz directory-name
#unzip
tar -zxvf archive-name.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment