Skip to content

Instantly share code, notes, and snippets.

@dre3s
Last active January 12, 2016 18:06
Show Gist options
  • Save dre3s/89b3c660b9d2583e4da3 to your computer and use it in GitHub Desktop.
Save dre3s/89b3c660b9d2583e4da3 to your computer and use it in GitHub Desktop.
my.mac.zip.file

Zip files on terminal of the mac

$ zip -r filesZipped file1 file2 folder1 folder2

Unzip filesZipped

$ unzip filesZipped.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment