Skip to content

Instantly share code, notes, and snippets.

@tanyuan
Created September 9, 2017 07:57
Show Gist options
  • Save tanyuan/7de2f2c2033629dfffbba1c5a186e48b to your computer and use it in GitHub Desktop.
Save tanyuan/7de2f2c2033629dfffbba1c5a186e48b to your computer and use it in GitHub Desktop.
Mac: Remove .DS_Store under current directory recursively.
find . -name .DS_Store -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment