Skip to content

Instantly share code, notes, and snippets.

@ruthenium
Forked from davidperezgar/comand.txt
Created August 16, 2016 15:26
Show Gist options
  • Save ruthenium/7b479679c06e592cbd4bee788e331de9 to your computer and use it in GitHub Desktop.
Save ruthenium/7b479679c06e592cbd4bee788e331de9 to your computer and use it in GitHub Desktop.
remove .DS_Store from zip in Mac
zip -d archive.zip "*/*.DS_Store"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment