Directory and file size list as human readable display in Linux

22nd October 2009 16:21:47 by Richard Bennett

Pretty simple:

du | sort -nr | cut -f2- | xargs du -hs