/ Published in: Bash
Lists folders in a directory by size
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
du --max-depth=1 /home/ | sort -n -r
URL: sort_folders_by_size