Skip to content

Instantly share code, notes, and snippets.

@liquorice
Created July 7, 2011 00:47
Show Gist options
  • Save liquorice/1068689 to your computer and use it in GitHub Desktop.
Save liquorice/1068689 to your computer and use it in GitHub Desktop.
remove dropbox "conflict" files
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