Research V4 development
[unix-history] / man / man1 / size.1
CommitLineData
bca525dc
KT
1.th SIZE I 9/2/72
2.sh NAME
3size \*- size of an object file
4.sh SYNOPSIS
5.bd size
6[ object ... ]
7.sh DESCRIPTION
8The
9size, in bytes, of the
10object files are printed.
11If no file is given,
12.bd a.out
13is default.
14The size is printed in decimal for the
15text, data, and bss portions of each file.
16The sum of these is also printed in octal
17and decimal.
18.sh BUGS