Skip to content

Instantly share code, notes, and snippets.

@darrenrogan
Created August 13, 2017 06:50
Show Gist options
  • Save darrenrogan/bb346df339e7b51db0a41e0678a229b7 to your computer and use it in GitHub Desktop.
Save darrenrogan/bb346df339e7b51db0a41e0678a229b7 to your computer and use it in GitHub Desktop.
Mac get list of folders with sizes
sudo du -hd 5 * > /tmp/folder_size.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment