Skip to content

Instantly share code, notes, and snippets.

@bradgreens
Created October 9, 2018 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradgreens/d88dbd6c598c4669e0c79e35ee5bf8c0 to your computer and use it in GitHub Desktop.
Save bradgreens/d88dbd6c598c4669e0c79e35ee5bf8c0 to your computer and use it in GitHub Desktop.
Command Line zip a folder's contents into a zip - without the root folder itself
cd ./the-folder
zip -r ../zipped-the-folder-contents.zip *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment