On Tuesday 31 January 2006 22:38, Diego Iastrubni wrote:
> בTuesday, 31 בJanuary 2006 16:30, נכתב על ידי Tzafrir Cohen:
> > On Tue, Jan 31, 2006 at 03:41:09PM +0200, Shlomi Fish wrote:
> > > Hi all!
> > >
> > > I ran du -s on the / to find the reason why Eskimo's disk capacity went
> > > to over 80%. Here are the results:
> >
> > Could you please try variations over 'du -x' ?
>
> du -xh please, some of us can't handle such big numbers.
I disagree with the -h flag. The problem with it is that it hinders sorting
based on the size column using sort -n. With it, sort -n thinks that 23M >
1G.
You can always convert the numbers to their -h notations using a script.
Regards,
Shlomi Fish
---------------------------------------------------------------------
Shlomi Fish [EMAIL PROTECTED]
Homepage: http://www.shlomifish.org/
95% of the programmers consider 95% of the code they did not write, in the
bottom 5%.