order directories by size
Monday, June 7th, 2010Problem
You want to see which directory is the biggest in size.
Solution
% du / | sort -nr
| NiceCabbage Blog |
| Life, Design, Web Application |
You want to see which directory is the biggest in size.
% du / | sort -nr