Skip to content

Instantly share code, notes, and snippets.

@hudon
Created June 18, 2015 17:09
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 hudon/610a393f52aafe7c99a5 to your computer and use it in GitHub Desktop.
Save hudon/610a393f52aafe7c99a5 to your computer and use it in GitHub Desktop.
blanket resolve all dropbox conflicts
#!/bin/bash
find . | grep 'MacBook' | while read -r line ; do ; mv "$line" $(echo "$line" | sed 's/ (Ja.*MacBook.*17)//') ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment