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.