2015-06-30 12:51:02 +0200, Erik Auerswald: [...] > > But more a more obvious problem is 'du -shc' seems to be coming up with > > the wrong number -- i.e. 1.5+3.6 = 5.1, not 5.0. > > That are probably rounding errors avoided by du, that hsort cannot avoid > anymore. [...]
Also, du -c gives you the cumulative usage (think of hard links that need to be counted once), not the sum of the above. -- Stephane
