ASIZE.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. ASIZE(1)                  Minix Programmer's Manual                   ASIZE(1)
  2. NAME
  3.      asize - report the size of an object file
  4. SYNOPSIS
  5.      asize file ...
  6. EXAMPLES
  7.      asize test.o        # Give the size of test.o
  8. DESCRIPTION
  9.      Asize prints for each argument the (decimal) number of bytes used by  the
  10.      different  sections, as well as their sum in decimal and hexadecimal.  If
  11.      no file is given a.out is used.  Asize can only be  used  to  obtain  the
  12.      size  of  a (M2 .o or .out file. To obtain the size of an executable, use
  13.      size instead.
  14. SEE ALSO
  15.      anm(1), nm(1), ar(1), size(1).
  16.                                                                              1