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

66 lines
658 B
Plaintext

Command: astrip - remove symbols
Syntax: astrip file ...
Flags: (none)
Example: astrip kernel.out # Removes the symbol table from
kernel.out
Astrip removes the symbol table ordinarily attached to ACK format
object files. Astrip can only be used to remove the symbol table from a
MINIX .out file. It cannot be used to remove symbol tables from
executables. To do that use strip instead.