Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@xentek
Created August 27, 2012 16:50
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save xentek/3490293 to your computer and use it in GitHub Desktop.
Save xentek/3490293 to your computer and use it in GitHub Desktop.
Disk Usage (du), sorted by human readable size
!# /usr/bin/env sh
du -s ./* | sort -n| cut -f 2-| xargs du -sh {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment