SyntaxFix
Write A Post
Hire A Developer
Questions
You can do:
du -h your_directory
which will give you the size of your target directory.
If you want a brief output, du -hcs your_directory is nice.
du -hcs your_directory