List files and sizes
My Clippings August 22nd, 2009 by System
Automatically pulled from My Clippings on NewsGator Online
$ find / -type f -exec wc -c {} \; | sort -nr | head -100
List files and sizes
by David Winterbottom (codeinthehole.com)
Tags: Google

