Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 78 Bytes

File metadata and controls

4 lines (3 loc) · 78 Bytes

bash

find . -type d 2>/dev/null | xargs du -hs * 2>/dev/null | sort -uh