I run the command unsuccessfully to get the size of directories (files inside belong to the size of a directory)
ls -lSrh
I get only kilobits for the size of directories while their content is more than that.
How can you list the size of directories including their content in the number by ls?