asize.1

来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 60 行

1
60
字号


ASIZE(1)                  Minix Programmer's Manual                   ASIZE(1)


NAME
     asize - report the size of an object file

SYNOPSIS
     asize file ...

EXAMPLES

     asize test.o        # Give the size of test.o

DESCRIPTION

     Asize prints for each argument the (decimal) number of bytes used by  the
     different  sections, as well as their sum in decimal and hexadecimal.  If
     no file is given a.out is used.  Asize can only be  used  to  obtain  the
     size  of  a (M2 .o or .out file. To obtain the size of an executable, use
     size instead.

SEE ALSO
     anm(1), nm(1), ar(1), size(1).
































                                                                             1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?