/ Published in: Bash
URL: sort_folders_by_size
Lists folders in a directory by size
Expand |
Embed | Plain Text
du --max-depth=1 /home/ | sort -n -r
You need to login to post a comment.
ping_ch on 04/01/09
1 person have marked this snippet as a favorite
URL: sort_folders_by_size
Lists folders in a directory by size
du --max-depth=1 /home/ | sort -n -r
You need to login to post a comment.