Skip to content

Instantly share code, notes, and snippets.

@qpwo
Created March 26, 2021 16:47
Show Gist options
  • Save qpwo/3246e37a955865968292a5fabe075f97 to your computer and use it in GitHub Desktop.
Save qpwo/3246e37a955865968292a5fabe075f97 to your computer and use it in GitHub Desktop.
fast zip directory from command line in macos (no compression)
zip -r -0 data.zip ./data/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment