Get rid of .DS_Store messages in OneDrive
For some odd reason, actually not odd, just another annoyance. OneDrive starts complaining about the DS_Store files.
doh.
find /users/username/onedrivepath/ -name ".DS_Store" -depth -exec rm {} \;
For some odd reason, actually not odd, just another annoyance. OneDrive starts complaining about the DS_Store files.
doh.
find /users/username/onedrivepath/ -name ".DS_Store" -depth -exec rm {} \;