how to get the size of the folder in linux code example
Example: how to check folder size in linux
# show all folder size in the current directory
du -h --max-depth=1
# show all folder size in the current directory
du -h --max-depth=1