Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] Something is eating my disk space



On Tue, 27 Jun 2006 16:13:57 +0900, "Josh Glover" <jmglov@example.com>
wrote:

> Try this:
> 
> du -kx --max-depth=5 ./ | sort -n -r | head -25

Alternatively, you can use `find` to dig out all files belonging to
you and sort them in descending order of size:

$ find / -type f -uid your_uid -exec ls -l '{}' ';' | sort -rn

-- 
G. Stewart - godwin.stewart@example.com

The reason we come up with new versions is not to fix bugs.  It's
absolutely not.
                        -- Bill Gates

Attachment: pgpS0wDzKubqs.pgp
Description: PGP signature


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links