Skip to content

Instantly share code, notes, and snippets.

@jtheisen
Created May 1, 2017 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtheisen/3164129445517ca36f7312bd68b911fb to your computer and use it in GitHub Desktop.
Save jtheisen/3164129445517ca36f7312bd68b911fb to your computer and use it in GitHub Desktop.
Remove Dropbox collision files
dir -Recurse | where { $_ -match "In Konflikt stehende Kopie" } | foreach { rm -Force $_.FullName }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment