Skip to content

Instantly share code, notes, and snippets.

@niedzielski
Last active December 26, 2017 20:09
Show Gist options
  • Save niedzielski/f9632efeb9eacefa1989261127140b65 to your computer and use it in GitHub Desktop.
Save niedzielski/f9632efeb9eacefa1989261127140b65 to your computer and use it in GitHub Desktop.
Delete macOS transient files (._* and .DS_Store).
find \( -name ._\* -o -name .DS_Store \) -type f -size -100k -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment