V7M/man/man1/size.1

Compare this file to the similar file:
Show the results in this format:

.TH SIZE 1 
.SH NAME
size \- size of an object file
.SH SYNOPSIS
.B size
[ object ... ]
.SH DESCRIPTION
.I Size
prints the (decimal) number of bytes
required by the
text, data, and bss
portions, and their sum in octal and decimal,
of each object-file argument.
For overlay text unix kernel files
.I size
prints the (decimal) number of bytes
contained in the root text segment,
each overlay text segment, the data and
bss segments, the sum of the root, data, and bss
segments, and the total text size.
If no file is specified,
.B a.out
is used.
.SH "SEE ALSO"
a.out(5)