Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ size(1) — GL2 W2.4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

a.out(4)

SIZE(1)  —  Silicon Graphics

NAME

size − size of an object file

SYNOPSIS

size [−x] [ object ... ]

DESCRIPTION

Size prints the decimal number of bytes required by the text, data, and bss portions, and their sum in decimal and (hexidecimal), of each object-file argument.  If no file is specified, a.out is used. 

If the −x option is specified, size prints the hexidecimal number of bytes required by the text, data, and bss portions, and their sum in hexidecimal and (decimal). 

EXAMPLE

size

prints the number of bytes for the various portions of the a.out file, and their sum in decimal and hexidecimal. 

SEE ALSO

a.out(4). 

Version 2.4  —  May 08, 1986

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026