Listing the directory sorting files by size
$ ls -l -S | sort -k 5 -n
Or in newer versions:
$ ls -lSrh