SIZE(1) — UNIX Programmer’s Manual
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, of each object-file argument. If no file is specified, a.out is used.
The −x option causes size to be reported in hex.
EXAMPLE
size
prints the number of bytes for the various portions of the a.out file, and their sum in decimal.
SEE ALSO
7th Edition — 1/27/82