UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: shChapter 2
Unix Commands
Next: Reference: sleep
 

size

/usr/ccs/bin/size [options] [objfile ...]

Print the (decimal) number of bytes of each section of objfile. If objfile is not specified, a.out is used.

Options

-f

Print sizes, names, and total size for allocatable sections.

-F

Print sizes, permission flags, and total size for loadable segments.

-n

Print sizes for nonallocatable sections or for nonloadable segments.

-o

Print output in octal.

-V

Report the size program version number.

-x

Print output in hexadecimal.


Previous: Reference: shUNIX in a Nutshell: System V EditionNext: Reference: sleep
Reference: shBook IndexReference: sleep

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System