Tag: size

  • List the size of folders recursively in Linux

    List the size of folders recursively in Linux

    I needed a summary of how much space the single subfolders where taking on disk. You can use the du command, with the right flags du -skh * Here is an example output giustino:~/tmp/VVV (develop *) ⇒ du -skh * 12K CHANGELOG.md 220K config 4,0K CONTRIBUTING.md 32K database 4,0K LICENSE 8,0K log 36K provision 20K […]