Skip to content

Instantly share code, notes, and snippets.

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 netologist/31e63c88ca769337969d9c70db86d597 to your computer and use it in GitHub Desktop.
Save netologist/31e63c88ca769337969d9c70db86d597 to your computer and use it in GitHub Desktop.
zip current dir
(cd /some/dir && zip -r - dir-there) > file.zip
https://unix.stackexchange.com/questions/77605/change-working-directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment