SIZE(1) BSD SIZE(1)
NAME
size - size of an object file
SYNOPSIS
size [ object ... ]
DESCRIPTION
size 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 you don't specify a file, size uses a.out.
SEE ALSO
a.out(5)