1BSD/man6/size.6

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

.th SIZE VI 9/24/77
.sh NAME
size \- size of an object file
.sh SYNOPSIS
.bd size
[ object ... ]
.sh DESCRIPTION
.it 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.
If no file is specified,
.it a.out
is used.
.sh FILES
a.out
.sh BUGS