Files
oldlinux-files/Minix/1.7.5/MANUALS/CAT0/STRIP
2024-02-19 00:21:39 -05:00

66 lines
493 B
Plaintext

Command: strip - remove symbol table from executable file
Syntax: strip [file] ...
Flags: (none)
Example: strip a.out # Remove symbols from a.out
For each file argument, strip removes the symbol table. Strip makes
a copy of the file being stripped, so links are lost.