Skip to content

Instantly share code, notes, and snippets.

@dshaw
Created May 14, 2013 20:08
Show Gist options
  • Save dshaw/5579063 to your computer and use it in GitHub Desktop.
Save dshaw/5579063 to your computer and use it in GitHub Desktop.
Find and remove conflicted copy files from Dropbox.
alias fconflicted = find . -name '*(*conflicted copy*)*'
alias frmconflicted = find . -name '*(*conflicted copy*)*' | sed 's/.*/"&"/' | xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment