Created
March 23, 2018 03:14
-
-
Save bjdixon/80821719bec57ce59bdb3a8fa8c86fcf to your computer and use it in GitHub Desktop.
zip/unzip
This file contains 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
zip -r myarch.zip mydir/* | |
unzip myarch.zip -d destination_folder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment