Linux Disk Space Hogs

March 10, 2014

Sometimes you need to find the disk space hogs on a linux machine. Think of them as the big fat ducks if you like. Then you can just add this to your profile and recursively find the top 10 fat disk hogs.

	#setup a shortcut to call the command
	alias ducks=du -cks * |sort -rn |head -11

A long time between drinks

so what the heck you been doing? Continue reading