Linux du folder sizes Aug 1, 2019 • Dave List all folders in the /path/to/parent directory along with their size in (h)uman readable (m)egabytes <pre class="wp-block-code">``` du -mh /path/to/parent --max-depth=1 ```