Use du piped to sort for a nice list with the files using the most space at the bottom…
cd /dir/you/care/about
du -a|sort -n
Use du piped to sort for a nice list with the files using the most space at the bottom…
cd /dir/you/care/about
du -a|sort -n