NAME
size - display object file segment sizes (text, data and bss)
SYNOPSIS
size [file ...]
DESCRIPTION
The size utility displays the text, data and bss segment sizes of the
specified files in bytes (in decimal), and the sum of the three segments
(in both decimal and hexadecimal).
Either executable machine code binaries or library archives may be speci-
fied.
If no file is specified size attempts to report on the file named a.out.
SEE ALSO
ar(1), a.out(5)
HISTORY
A size command appeared in Version 6 AT&T Unix.
Check out the Unix Man pages Manuals