xref: /original-bsd/usr.bin/size/size.1 (revision c1c69bd8)
1.\" Copyright (c) 1990 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" %sccs.include.redist.man%
5.\"
6.\"     @(#)size.1	6.6 (Berkeley) 07/01/91
7.\"
8.Dd
9.Dt SIZE 1
10.Os
11.Sh NAME
12.Nm size
13.Nd display object file segment sizes (text, data and bss)
14.Sh SYNOPSIS
15.Nm size
16.Op Ar object_file ...
17.Sh DESCRIPTION
18.Nm Size
19displays the text, data and bss segment sizes of the given
20.Ar object_file
21in bytes (decimal), and the sum of the three segments (hexidecimal and
22decimal).
23If
24.Ar object_file
25is not given,
26.Nm
27automatically searches for the file
28.Pa a.out .
29.Sh SEE ALSO
30.Xr a.out 5
31.Sh HISTORY
32A
33.Nm size
34command appeared in Version 6 AT&T Unix.
35