do case insensitive comparison on domain name
[unix-history] / usr / src / usr.bin / size / size.1
.\" @(#)size.1 6.1 (Berkeley) %G%
.\"
.TH SIZE 1 ""
.AT 3
.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 hex and decimal, of each object-file argument.
If no file is specified,
.B a.out
is used.
.SH "SEE ALSO"
a.out(5)