Skip to content

Instantly share code, notes, and snippets.

@luccafranca-zz
Created September 22, 2019 20:48
Show Gist options
  • Save luccafranca-zz/f219a64f21891f54fb274553da8bcb9e to your computer and use it in GitHub Desktop.
Save luccafranca-zz/f219a64f21891f54fb274553da8bcb9e to your computer and use it in GitHub Desktop.
Delete all finder DS_Store files
sudo find / -name .DS_Store -delete; killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment