Douche: List all folders with their total sizes

Sam Kavanagh

23 Dec 2018

Douche (Mnemonic)

du -sch */ * | sort -h

Example output:

[sam@samantha ~] λ  du -sch */ * | sort -h
4.0K    dotfiles/
4.0K    Music/
4.0K    Public/
4.0K    Templates/
8.0K    Desktop/
8.4M    ibus-uniemoji/
34M     Pictures/
51M     snap/
138M    Documents/
164M    notion-app/
3.3G    anaconda3/
5.7G    Dropbox/
8.5G    Downloads/
157G    Videos/
175G    total
[sam@samantha ~] λ  

Description: