Use:
[code:1:8f675c5910]du -h | sort -n[/code:1:8f675c5910]
The -h in du makes it show Kbytes or Mbytes instead of just bytes making it easier to read. The sort -n will show the files in order of smallest to largest
*Note if you specify sort -nr instead then it will show the largest files first.
disk, usage, sorted, sizeview, sizeuse, kbytes, mbytes, bytes, smallest, largest, specify, nr,