du -h your_directory # gives you the size of your target directory. du -hcs your_directory # If you want a brief output.
du -hs /Path/to/your/folder
# returns the size of all content inside the directory du -hs /path/to/folder