[go: up one dir, main page]

strip(1) minix man page | unix.com

Man Page: strip

Operating Environment: minix

Section: 1

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
gstrip(1) - opensolaris
strip(1) - opensolaris
strip(1) - netbsd
dbsym(8) - netbsd
Similar Topics in the Unix Linux Community
How to strip non numerical data out of file?
Strip 3 header lines and 4 trailer lines
strip first 4 and last 2 lines from a file using perl
using awk to strip out decimal point and trailing integers
Need to strip control-A characters from a column in a file