BSD 1 development
[unix-history] / man6 / size.6
CommitLineData
5ba16ce6
BJ
1.th SIZE VI 9/24/77
2.sh NAME
3size \- size of an object file
4.sh SYNOPSIS
5.bd size
6[ object ... ]
7.sh DESCRIPTION
8.it Size
9prints the (decimal) number of bytes
10required by the
11text, data, and bss
12portions, and their sum in octal and decimal,
13of each object-file argument.
14If no file is specified,
15.it a.out
16is used.
17.sh FILES
18a.out
19.sh BUGS