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)NAMEstrip - remove symbol table from executable fileSYNOPSISstrip [file] ...EXAMPLESstrip a.out # Remove symbols from a.outDESCRIPTIONFor each file argument, strip removes the symbol table. Strip makes a copy of the file being stripped, so links are lost.SEE ALSOinstall(1). STRIP(1)