Posts Tagged ‘show large directories’

Show 10 Biggest Directories On Filesystem

Sunday, July 5th, 2009

Need to find you 10 biggest directories real fast? If you run this from /, it could take a while...but might be worh the wait if you're trying to quickly find where you have large chunks of data.

du -xk | sort -n | tail -20