Annotation of lucent/sys/man/1/du, revision 1.1

1.1     ! root        1: .TH DU 1
        !             2: .SH NAME
        !             3: du \- disk usage
        !             4: .SH SYNOPSIS
        !             5: .B du
        !             6: [
        !             7: .B -a
        !             8: ]
        !             9: [
        !            10: .BI -b size
        !            11: ]
        !            12: [
        !            13: .I file ...
        !            14: ]
        !            15: .SH DESCRIPTION
        !            16: .I Du
        !            17: gives the number of Kbytes allocated to data blocks
        !            18: of named
        !            19: .I files
        !            20: and, recursively, of files in named directories.
        !            21: It assumes storage is quantized in units of 1024 bytes (Kbytes) by default.
        !            22: Other values can be set by the
        !            23: .B -b
        !            24: option;
        !            25: .I size
        !            26: is the number of bytes, optionally suffixed
        !            27: .B k
        !            28: to specify multiplication by 1024.
        !            29: If
        !            30: .I file
        !            31: is missing,
        !            32: the current directory is used.
        !            33: The count for a directory includes the counts of the 
        !            34: contained files and directories.
        !            35: The
        !            36: .B -a
        !            37: option prints the number of blocks
        !            38: for every file in a directory.
        !            39: Normally counts are printed only for contained directories.
        !            40: .SH SOURCE
        !            41: .B /sys/src/cmd/du.c

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.