Created
August 27, 2012 16:50
-
-
Save xentek/3490293 to your computer and use it in GitHub Desktop.
Disk Usage (du), sorted by human readable size
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!# /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