Skip to content

Instantly share code, notes, and snippets.

@lajunta
Created April 30, 2015 07:28
Show Gist options
  • Save lajunta/d25ff11de0a1f04eb6e3 to your computer and use it in GitHub Desktop.
Save lajunta/d25ff11de0a1f04eb6e3 to your computer and use it in GitHub Desktop.
mac zip command
zip data.zip file.txt -rq9
zip data.zip 2015* -rq9
-r recusive directory
-q quit
-9 best compress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment