home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


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: sh UNIX in a Nutshell: System V Edition Next: Reference: sleep
Reference: sh Book Index Reference: 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