Skip to content

Instantly share code, notes, and snippets.

@bjdixon
Created March 23, 2018 03:14
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 bjdixon/80821719bec57ce59bdb3a8fa8c86fcf to your computer and use it in GitHub Desktop.
Save bjdixon/80821719bec57ce59bdb3a8fa8c86fcf to your computer and use it in GitHub Desktop.
zip/unzip
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