xref: /original-bsd/usr.bin/size/size.1 (revision bbefd32f)
Copyright (c) 1990 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.

@(#)size.1 6.2 (Berkeley) 06/24/90

SIZE 1 "%Q"
.AT 3
NAME
size - size of an object file
SYNOPSIS
size [ object ... ]
DESCRIPTION
Size prints the (decimal) number of bytes required by the text, data, and bss portions, and their sum in hex and decimal, of each object-file argument. If no file is specified, a.out is used.
"SEE ALSO"
a.out(5)