.TH size "" "" Command
.PC "Print size of an object file"
\fBsize [\fIfile ...\^\fB]\fR
.PP
.B size
prints the sizes, in bytes, of the segments of each
.IR file
(in decimal) and also prints
the total size of all the segments (in both decimal and octal).
Each
.I file
must be an object file.
.PP
.B size
outputs one line for each file, listing the following segments:
.DS
.B
	.text
	.data
	.bss
.R
.DE
.SH "See Also"
.Xr "coff.h," coff.h
.Xr "commands," commands
.Xr "l.out.h" l.out.h
.SH Notes
.B size
makes no concessions to machines that use hexadecimal.
