Skip to content

Instantly share code, notes, and snippets.

@matrix303
Created June 25, 2019 18:50
Show Gist options
  • Select an option

  • Save matrix303/7c112f043845e8549ab62e1e4b8f0a99 to your computer and use it in GitHub Desktop.

Select an option

Save matrix303/7c112f043845e8549ab62e1e4b8f0a99 to your computer and use it in GitHub Desktop.
OneDrive Remove .dsStore #OneDrive
find /users/username/onedrivepath/ -name ".DS_Store" -depth -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment