Skip to content

Instantly share code, notes, and snippets.

@eresende
Created March 26, 2015 10:07
Show Gist options
  • Save eresende/b6c34e631d2f95814e05 to your computer and use it in GitHub Desktop.
Save eresende/b6c34e631d2f95814e05 to your computer and use it in GitHub Desktop.
List disk storage consumption by folder
du -d 1 ~ | sort -n -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment