SIZE (I)                     9/2/72                      SIZE (I)





NAME            size -- size of an object file



SYNOPSIS        size [ object ... ]



DESCRIPTION     The size, in bytes, of the object files are

                printed.  If no file is given, a.out is default.

                The size is printed in octal for the text, data,

                and bss portions of each file.  The sum of these

                is also printed in octal and decimal.



FILES           a.out   default



SEE ALSO        --



DIAGNOSTICS     "object not found" if the input cannot be read.

                "bad format: object" if the input file does not

                have a valid object header.



BUGS            --