BSD 4 release
[unix-history] / usr / man / man1 / size.1
CommitLineData
9dd2870f
BJ
1.TH SIZE 1 VAX-11
2.SH NAME
3size \- size of an object file
4.SH SYNOPSIS
5.B size
6[ object ... ]
7.SH DESCRIPTION
8.I Size
9prints the (decimal) number of bytes
10required by the
11text, data, and bss
12portions, and their sum in hex and decimal,
13of each object-file argument.
14If no file is specified,
15.B a.out
16is used.
17.SH "SEE ALSO"
18a.out(5)