Skip to content

Instantly share code, notes, and snippets.

@djtech42
Last active August 29, 2015 14:27
Show Gist options
  • Save djtech42/b2dd795c18f88bdf1e9b to your computer and use it in GitHub Desktop.
Save djtech42/b2dd795c18f88bdf1e9b to your computer and use it in GitHub Desktop.
Show Largest Caches in OS X User Library
#!/bin/bash
du -s ~/Library/Caches/* | sort -n -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment