Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ strip(1) — UNIX System III

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

ld(1)

STRIP(1)  —  UNIX 3.0

NAME

strip − remove symbols and relocation bits

SYNOPSIS

strip name ... 

DESCRIPTION

Strip removes the symbol table and relocation bits ordinarily attached to the output of the assembler and link editor.  This is useful to save space after a program has been debugged. 

The effect of strip is the same as use of the −s option of ld.

If name is an archive file, strip will remove the local symbols from any a.out format files it finds in the archive.  Certain libraries, such as those residing in /lib, have no need for local symbols.  By deleting them, the size of the archive is decreased and link editing performance is increased. 

FILES

/tmp/stm∗temporary file

SEE ALSO

ld(1). 

May 16, 1980

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026