find size of a folder in linux code example
Example 1: check folder sizes linux
du -h --max-depth=1
Example 2: get the size of files in a directory linux
# Displays all the files and sizes in MB or GB
du -h --max-depth=1
du -h --max-depth=1
# Displays all the files and sizes in MB or GB
du -h --max-depth=1