minix man page for strip

Query: strip

OS: minix

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 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). STRIP(1)
Related Man Pages
gstrip(1) - opensolaris
avr-strip(1) - debian
i686-w64-mingw32-strip(1) - debian
strip(1) - opendarwin
strip(1) - netbsd
Similar Topics in the Unix Linux Community
Stripping out extension in file name
Strip a string in sh
using awk to strip out decimal point and trailing integers
Stripping of a symbol from string not working properly
Checking variable with specific string and stripping number from it.