Skip to content

Instantly share code, notes, and snippets.

@mistrikushal
Created December 29, 2015 06:28
Show Gist options
  • Save mistrikushal/fed080cb721f6e60cec2 to your computer and use it in GitHub Desktop.
Save mistrikushal/fed080cb721f6e60cec2 to your computer and use it in GitHub Desktop.
to create a .zip of a directory using bash shell,
$ zip -r filename.zip directory_path_to_zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment