SIZE(1) — Silicon Graphics
NAME
size − size of an object file
SYNOPSIS
size [−x] [ object ... ]
DESCRIPTION
Size prints the decimal number of bytes required by the text, data, and bss portions, and their sum in decimal and (hexidecimal), of each object-file argument. If no file is specified, a.out is used.
If the −x option is specified, size prints the hexidecimal number of bytes required by the text, data, and bss portions, and their sum in hexidecimal and (decimal).
EXAMPLE
size
prints the number of bytes for the various portions of the a.out file, and their sum in decimal and hexidecimal.
SEE ALSO
Version 2.5r1 — October 29, 1986