Listing directories in order of size

Is there any shell command that will list the largest directories in a directory? I've tried using du, but I haven't been able to get it to sort the data.

Is there any other way to do it?

 

 

 

 

Top