Files
oldlinux-files/Minix/2.0.0/wwwman/man1/strip.1.html
2024-02-19 00:21:39 -05:00

72 lines
721 B
HTML

<HTML>
<HEAD>
<TITLE>strip(1)</TITLE>
</HEAD>
<BODY>
<H1>strip(1)</H1>
<HR>
<PRE>
</PRE>
<H2>NAME</H2><PRE>
strip - remove symbol table from executable file
</PRE>
<H2>SYNOPSIS</H2><PRE>
<STRONG>strip</STRONG> [<EM>file</EM>] ...
</PRE>
<H2>EXAMPLES</H2><PRE>
<STRONG>strip</STRONG> <STRONG>a.out</STRONG> # Remove symbols from <EM>a</EM>.<EM>out</EM>
</PRE>
<H2>DESCRIPTION</H2><PRE>
For each file argument, <EM>strip</EM> removes the symbol table. Strip makes a
copy of the file being stripped, so links are lost.
</PRE>
<H2>SEE ALSO</H2><PRE>
<STRONG><A HREF="../man1/install.1.html">install(1)</A></STRONG>.
</PRE>
</BODY>
</HTML>