xref: /plan9/sys/man/1/size (revision 219b2ee8daee37f4aad58d63f21287faa8e4ffdc)
SIZE 1
NAME
size - print size of executable files
SYNOPSIS
size [ file ... ]
DESCRIPTION
Size prints the size of the segments for each of the argument executable files (default v.out ). The format is
textsize t + datasize d + bsssize b = total

where the numbers are in bytes.

SOURCE
/sys/src/cmd/size.c
"SEE ALSO
a.out (6)