size(XNX) 6 January 1993 size(XNX) Name size - prints the size of an object file Syntax size [ object ... ] Description size prints the (decimal) number of bytes required by the text, data, and bss portions, and their sum in decimal and hexadecimal, of each object- file argument. If no file is specified, a.out is used. See also a.out(F) Standards conformance size is conformant with: AT&T SVID Issue 2; and X/Open Portability Guide, Issue 3, 1989.