Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ekiara/bc3d2a694baa9eb5ccc7917684459c73 to your computer and use it in GitHub Desktop.
Save ekiara/bc3d2a694baa9eb5ccc7917684459c73 to your computer and use it in GitHub Desktop.
Deleting Caches on macos to speed up your machine

Deleting Caches on macos to speed up your machine

This might have no real effect but I found it on an online forum somewhere

find /Users/{YOUR_USERNAME}/Library/Caches -type f -exec rm {} \;

You might have to sudo su and run this as the root user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment