source: trunk/minix/man/man1/asize.1@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 659 bytes
RevLine 
[9]1.TH ASIZE 1
2.SH NAME
3asize \- report the size of an object file
4.SH SYNOPSIS
5\fBasize \fIfile\fR ...\fR
6.br
7.de FL
8.TP
9\\fB\\$1\\fR
10\\$2
11..
12.de EX
13.TP 20
14\\fB\\$1\\fR
15# \\$2
16..
17.SH EXAMPLES
18.EX "asize test.o" "Give the size of \fItest.o\fR"
19.SH DESCRIPTION
20.PP
21.I Asize
22prints for each argument
23the (decimal) number of bytes used by the different sections,
24as well as their sum in decimal and hexadecimal.
25If no
26.I file
27is given \fIa.out\fR is used.
28.I Asize
29can only be used to obtain the size of a \(M2 \fI.o\fR or \fI.out\fR file.
30To obtain the size of an executable, use
31.I size
32instead.
33.SH "SEE ALSO"
34.BR anm (1),
35.BR nm (1),
36.BR ar (1),
37.BR size (1).
Note: See TracBrowser for help on using the repository browser.