Created
October 9, 2018 16:30
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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