STRIP.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- STRIP(1) Minix Programmer's Manual STRIP(1)
- NAME
- strip - remove symbol table from executable file
- SYNOPSIS
- strip [file] ...
- EXAMPLES
- strip a.out # Remove symbols from a.out
- DESCRIPTION
- For each file argument, strip removes the symbol table. Strip makes a
- copy of the file being stripped, so links are lost.
- SEE ALSO
- install(1).
- 1