<HTML>
<BODY>
I picked this up about a year ago from my previous LUG.  Place this into your .bashrc.  type rank in the console to get a sense of what directories are taking up the most space.  usefull for cleaning your home directory...<br>
<br>
alias rank="du -m --max-depth=1 -x | sort -gr | less"<br>

</BODY></HTML>
<BR>