Linux: Get directory size recursively
To see the size of a directory and all of its contents, run the following:
du -sh /path/to/directory
To see the size of a directory and all of its contents, run the following:
du -sh /path/to/directory