Skip to content

Instantly share code, notes, and snippets.

@osteslag
Created August 22, 2014 08:55
Show Gist options
  • Save osteslag/dcdf6df6b101d30ea39f to your computer and use it in GitHub Desktop.
Save osteslag/dcdf6df6b101d30ea39f to your computer and use it in GitHub Desktop.
Outputs and deletes Dropbox-conflicted files recursively from the current directory and below.
#!/bin/sh
find . -name "*conflicted copy*" -print -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment