SIZE(1) BSD Reference Manual SIZE(1)
NAME
size - display object file segment sizes (text, data and bss)
SYNOPSIS
size [objectfile ...]
DESCRIPTION
Size displays the text, data and bss segment sizes of the specified
objectfile in bytes (in decimal), and the sum of the three segments (in
decimal and hexidecimal). If no objectfile is specified size attempts
to report on the file a.out.
SEE ALSO
a.out(5)
HISTORY
A size command appeared in Version 6 AT&T Unix.
BSDI BSD/386 March 27, 1993 1