Created
June 18, 2015 17:09
-
-
Save hudon/610a393f52aafe7c99a5 to your computer and use it in GitHub Desktop.
blanket resolve all dropbox conflicts
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
#!/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