STRIP.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. STRIP(1)                  Minix Programmer's Manual                   STRIP(1)
  2. NAME
  3.      strip - remove symbol table from executable file
  4. SYNOPSIS
  5.      strip [file] ...
  6. EXAMPLES
  7.      strip a.out         # Remove symbols from a.out
  8. DESCRIPTION
  9.      For each file argument, strip removes the symbol  table.  Strip  makes  a
  10.      copy of the file being stripped, so links are lost.
  11. SEE ALSO
  12.      install(1).
  13.                                                                              1