Skip to content

Instantly share code, notes, and snippets.

@fhferreira
Created November 29, 2019 21:46
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 fhferreira/65aa0c53eaf8615bd4bb0ae1248ec640 to your computer and use it in GitHub Desktop.
Save fhferreira/65aa0c53eaf8615bd4bb0ae1248ec640 to your computer and use it in GitHub Desktop.
Command to delete all folders .DS_Store
find /usr/local/share/Library/Caches/Yarn/ -name .DS_Store -exec rm -R "{}" \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment