xref: /original-bsd/usr.bin/size/size.1 (revision c5b4fb6e)
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.5 (Berkeley) 06/02/91
7.\"
8.Vx
9.Vx
10.Dd
11.Dt SIZE 1
12.Os ATT 7th
13.Sh NAME
14.Nm size
15.Nd display object file segment sizes (text, data and bss)
16.Sh SYNOPSIS
17.Nm size
18.Op Ar object_file ...
19.Sh DESCRIPTION
20.Nm Size
21displays the text, data and bss segment sizes of the given
22.Ar object_file
23in bytes (decimal), and the sum of the three segments (hexidecimal and
24decimal). If
25.Ar object_file
26is not given,
27.Nm
28will search for the file
29.Pa a.out .
30.Sh SEE ALSO
31.Xr a.out 5
32.Sh HISTORY
33.Nm Size
34appeared in Version 6 AT&T Unix.
35