v7 man page for strip

Query: strip

OS: v7

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

STRIP(1)						      General Commands Manual							  STRIP(1)

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 loader. 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.
FILES
/tmp/stm? temporary file
SEE ALSO
ld(1) STRIP(1)
Related Man Pages
strip(1) - opensolaris
strip(1) - opendarwin
strip(1) - osf1
strip(1) - netbsd
strip(1) - sunos
Similar Topics in the Unix Linux Community
how to strip out the contents of file using grep
How to strip strins
Strip 3 header lines and 4 trailer lines
using awk to strip out decimal point and trailing integers
Checking variable with specific string and stripping number from it.