minix man page for strip

Query: strip

OS: minix

Section: 1

Links: minix man pages   all man pages

Forums: unix linux community   forum categories

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
strip(1) - osx
msp430-strip(1) - debian
strip(1) - freebsd
dbsym(8) - netbsd
strip(1) - sunos
Similar Topics in the Unix Linux Community
Stripping all content but an integer
strip first 4 and last 2 lines from a file using perl
Raid 0 stripe size
Strip a string in sh
How to strip some characters before putting in array?