Last Updated: February 25, 2016
·
888
· t1mmen

Delete all Dropbox conflicts in one fell swoop:

In Terminal:

$ cd Dropbox 
$ find . -type f -name "* conflicted *" -exec rm -f {} \;