Skip to content

Instantly share code, notes, and snippets.

@hudon
Created June 18, 2015 17:09
Show Gist options
  • Select an option

  • Save hudon/610a393f52aafe7c99a5 to your computer and use it in GitHub Desktop.

Select an option

Save hudon/610a393f52aafe7c99a5 to your computer and use it in GitHub Desktop.

Revisions

  1. hudon created this gist Jun 18, 2015.
    2 changes: 2 additions & 0 deletions resolve_dropbox.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    #!/bin/bash
    find . | grep 'MacBook' | while read -r line ; do ; mv "$line" $(echo "$line" | sed 's/ (Ja.*MacBook.*17)//') ; done