Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Something is eating my disk space
- Date: Tue, 27 Jun 2006 10:02:21 +0200
- From: Godwin Stewart <godwin.stewart@example.com>
- Subject: Re: [tlug] Something is eating my disk space
- References: <44A0D38C.8020109@example.com> <d8fcc0800606270013g40efba0cpf2d26d1d649fa045@example.com>
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 GatesAttachment: pgpS0wDzKubqs.pgp
Description: PGP signature
- References:
- [tlug] Something is eating my disk space
- From: Dave M G
- Re: [tlug] Something is eating my disk space
- From: Josh Glover
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Something is eating my disk space
- Next by Date: Re: [tlug] Something is eating my disk space
- Previous by thread: Re: [tlug] Something is eating my disk space
- Next by thread: Re: [tlug] Something is eating my disk space
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links