If you want to know the total size of your folders / directories and subdirectories under this path on Linux/Unix use this code:
du -h your_dir_path -d 1
Find Sizes of Linux Directories including Subdirectories
If you want to know the total size of your folders / directories and subdirectories under this path on Linux/Unix use this code:
du -h your_dir_path -d 1