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 smilemakc/d3ce7a4fd3b2a8d91b92ffc68c054c2d to your computer and use it in GitHub Desktop.
Save smilemakc/d3ce7a4fd3b2a8d91b92ffc68c054c2d to your computer and use it in GitHub Desktop.
Exclude .DS_Store file from tar.gz
tar -zcv --exclude='.DS_Store' -f file.tar.gz folder/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment