Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/man/1/size

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


.TH SIZE 1 
.SH NAME
size  \- print size of executable files
.SH SYNOPSIS
.B size
[
.I file ...
]
.SH DESCRIPTION
.I Size
prints the size of the segments for each of the argument executable files
(default
.BR v.out ).
The format is
.IP
.IB textsize t
+
.IB datasize d
+
.IB bsssize b
=
.I total
.PP
where the numbers are in bytes.
.SH SOURCE
.B /sys/src/cmd/size.c
.SH "SEE ALSO
.IR a.out (6)

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.