1SIZE(1) General Commands Manual SIZE(1)
23
4
NAME
6size - size of an object file
7
SYNOPSIS
9size [ object ... ]
10
DESCRIPTION
12Size prints the (decimal) number of bytes required by the text, data,
13and bss portions, and their sum in octal and decimal, of each object-
14file argument. If no file is specified, a.out is used.
15
SEE ALSO
17a.out(5)
1819
20
21
SIZE(1)