Skip to content

Instantly share code, notes, and snippets.

@acrogenesis
Created December 21, 2013 18:46
Show Gist options
  • Save acrogenesis/8073234 to your computer and use it in GitHub Desktop.
Save acrogenesis/8073234 to your computer and use it in GitHub Desktop.
Remove Dropbox Duplicates
find -L ~/Dropbox -name "*conflicted copy*" -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment