Skip to content

Instantly share code, notes, and snippets.

@bjdixon
Created March 23, 2018 03:14
Show Gist options
  • Select an option

  • Save bjdixon/80821719bec57ce59bdb3a8fa8c86fcf to your computer and use it in GitHub Desktop.

Select an option

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