strip(1) v7 man page | unix.com

Man Page: strip

Operating Environment: v7

Section: 1

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
gstrip(1) - opensolaris
avr-strip(1) - debian
m68hc11-strip(1) - debian
msp430-strip(1) - debian
strip(1) - freebsd
Similar Topics in the Unix Linux Community
how to strip out the contents of file using grep
How to strip non numerical data out of file?
Stripping all content but an integer
strip first 4 and last 2 lines from a file using perl
Checking variable with specific string and stripping number from it.