SyntaxFix
Write A Post
Hire A Developer
Questions
Simple and fast:
find . -mindepth 1 -maxdepth 1 -type d | parallel du -s | sort -n
*requires GNU Parallel.