You can easily do this with the following commands:
du -sh */
Or this one will also show you hidden folders:
du -h --max-depth=1 .
– you can always increase the depth in the command above to see further into the dir structure.
You can easily do this with the following commands:
du -sh */
Or this one will also show you hidden folders:
du -h --max-depth=1 .
– you can always increase the depth in the command above to see further into the dir structure.