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).