Skip to content

Instantly share code, notes, and snippets.

@digitup
Created March 10, 2013 16:21
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 digitup/5129218 to your computer and use it in GitHub Desktop.
Save digitup/5129218 to your computer and use it in GitHub Desktop.
Server - Zip a folder
find /full_path -path '*/.*' -prune -o -type f -print | zip ~/file.zip -@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment