Search
Archive

You are currently browsing the archives for the Uncategorized category.

Categories
Ad

Archive for the ‘Uncategorized’ Category

order directories by size

Monday, June 7th, 2010

Problem

You want to see which directory is the biggest in size.

Solution

% du / | sort -nr