Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save identityclash/de754e0dead4f8eaaac7 to your computer and use it in GitHub Desktop.
Save identityclash/de754e0dead4f8eaaac7 to your computer and use it in GitHub Desktop.
delete all dropbox conflicts
cd dropbox
find . -type f -name "* conflicted *" -exec rm -f {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment