Skip to content

Instantly share code, notes, and snippets.

@genediazjr
Last active November 11, 2015 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save genediazjr/e920b6f444adcfe6d7cf to your computer and use it in GitHub Desktop.
Save genediazjr/e920b6f444adcfe6d7cf 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