32v 1m size

From Computer History Wiki
Jump to: navigation, search

SIZE(1) UNIX Programmer's Manual SIZE(1)


NAME

    size - size of an object file

SYNOPSIS

    size [ object ... ]

DESCRIPTION

    _S_i_z_e prints the (decimal) number of bytes required by the
    text, data, and bss portions, and their sum in hex and
    decimal, of each object-file argument.  If no file is speci-
    fied, a.out is used.

SEE ALSO

    a.out(5)