[wplug] Tracking directory sizes

Eric C. Cooper ecc at cmu.edu
Thu Sep 23 13:32:46 EDT 2004


On Thu, Sep 23, 2004 at 12:17:06PM -0400, Michael M Delaney wrote:
> Anyone know how to get du to just give me the size of all the directories
> from wherever I'm starting without displaying the individual sizes of
> every subdirectory, or of another good program to do the same?

    du -s */
Or:
    du -ms */
if you want the sizes in megabytes.

-- 
Eric C. Cooper          e c c @ c m u . e d u


More information about the wplug mailing list