$du -ak /home/slynux | sort -nrk 1 | head -n 10 sort
find . -type f -exec du -k {} \; | sort -nrk 1 | head -n 10