32v 1m size

From Computer History Wiki
Revision as of 16:47, 26 October 2009 by Neozeed (talk | contribs) (New page: SIZE(1) UNIX Programmer's Manual SIZE(1) == NAME == size - size of an object file == SYNOPSIS == size [ object ... ] == DESCRIPTION == _S_i_z_e...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)