man.bsd.lv manual page server

Manual Page Search Parameters

STRIP(1) General Commands Manual STRIP(1)

stripremove unnecessary information from executable files

strip [-d] file ...

The strip utility deletes the relocation information and symbol table used by assemblers, loaders and debuggers. This significantly decreases the size of the installed binaries and saves disk space.

The options are as follows:

Delete only debugging and empty symbols.

Strip exits 0 on success and 1 if an error occurred.

cc(1), ld(1), stab(5)

A strip command appeared in Version 6 AT&T UNIX.

4.4BSD-Lite2 June 6, 1993 STRIP(1)