Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ size(1) — Unisoft V7

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

a.out(5)

SIZE(1)  —  UNIX Programmer’s Manual

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, of each object-file argument.  If no file is specified, a.out is used. 

The −x option causes size to be reported in hex. 

EXAMPLE

size

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

SEE ALSO

a.out(5)

7th Edition  —  1/27/82

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