Short:        DiskUsage estimates file space usage
Author:       Torsten Poulin, port by uploader
Uploader:     polluks+aminet sdf lonestar org (Stefan Haubenthal)
Type:         util/cli
Version:      40.8
Architecture: ppc-morphos

DiskUsage estimates disk space usage.

Format:   DiskUsage [[DIR | DIRS] directory ...] [SUMMARY | BRIEF]
                    [NOHEAD] [NOTOTAL] [NOBL | NOBLOCKS] [NOKB | NOKILOBYTES]

Template: DIR=DIRS/M,SUMMARY=BRIEF/S,NOHEAD/S,NOTOTAL/S,
          NOBL=NOBLOCKS/S,NOKB=NOKILOBYTES/S


The DiskUsage command gives an estimate of the disk space occupied by the
directories specified on the command line.

Patterns can be used to specify the directories.

If no directory is specified, the current directory is used.

Subdirectories are traversed recursively.

A grand total will be printed if more than one directory was specified.

Switches:

    BRIEF:       Do not print information about subdirectories.
    NOBLOCKS:    Suppress the blocks column.
    NOHEAD:      Do not print the headline.
    NOKILOBYTES: Suppress the kilobytes column.
    NOTOTAL:     Do not print the grand total..

    NOBL:        Synonym for NOBLOCKS.
    NOKB:        Synonym for NOKILOBYTES.
    SUMMARY:     Synonym for BRIEF.

Example:

    1> DiskUsage df0:#? summary
        Blocks  Kilobytes
             0          0 df0:WBStartup
           420        199 df0:C
           295        143 df0:Classes
            18          8 df0:L
           179         82 df0:Devs
             0          0 df0:Expansion
           503        247 df0:Libs
            13          3 df0:Prefs
            23         10 df0:Rexxc
            17          7 df0:S
            77         36 df0:System
             0          0 df0:T
           119         58 df0:Utilities
     --------- ----------
          1664        793

Binary, source code, and documentation included.
Under 2-clause BSD License.