get the size of each file in a dierectoty code example
Example 1: linux find size of directory and subdirectories
du -s /home/george
Example 2: see how large a directory is linux
# du -a /home | sort -n -r | head -n 5
du -s /home/george
# du -a /home | sort -n -r | head -n 5