Created
May 14, 2013 20:08
-
-
Save dshaw/5579063 to your computer and use it in GitHub Desktop.
Find and remove conflicted copy files from Dropbox.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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