Skip to content

Instantly share code, notes, and snippets.

@cognitom
Created January 17, 2012 07:12
Show Gist options
  • Save cognitom/1625389 to your computer and use it in GitHub Desktop.
Save cognitom/1625389 to your computer and use it in GitHub Desktop.
Create archive without .DS_Srore files
zip -r Archive.zip TargetDirectory -x "*.DS_Store"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment