Skip to content

Instantly share code, notes, and snippets.

@nicnocquee
Last active December 18, 2015 21:59
Show Gist options
  • Save nicnocquee/5851099 to your computer and use it in GitHub Desktop.
Save nicnocquee/5851099 to your computer and use it in GitHub Desktop.
Command line to delete conflicted files in 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