Displays a list of the current directory's files and sizes, sorted by size. du = disk usage -h = human readable -s = summarise
du -hs * | sort -n