Research V3 development
[unix-history] / man / man1 / size.1
CommitLineData
b31bb286
KT
1.pa 1
2.he 'SIZE (I)'9/2/72'SIZE (I)'
3.ti 0
4NAME size -- size of an object file
5.sp
6.ti 0
7SYNOPSIS size\b\b\b\b____ [ object ... ]
8.sp
9.ti 0
10DESCRIPTION The
11size, in bytes, of the
12object files are printed.
13If no file is given, a.out\b\b\b\b\b_____ is default.
14The size is printed in octal for the
15text, data, and bss portions of each file.
16The sum of these is also printed in octal
17and decimal.
18.sp
19.ti 0
20FILES a.out default
21.sp
22.ti 0
23SEE ALSO --
24.sp
25.ti 0
26DIAGNOSTICS "object not found" if the input cannot be read.
27"bad format: object" if the input file
28does not have a valid object header.
29.sp
30.ti 0
31BUGS --