strip

NAME

strip - strip extra information from executable

SYNOPSIS

strip file ...

DESCRIPTION

The strip(1) utility removes any unnecessary information from an executable. It is equivalent to the -s option to c89(1).

File is an executable file.

DIAGNOSTICS

The strip(1) utility returns an exit status of 0 if it was successful, and >0 if an error occurred.

SEE ALSO

ar(1)

c89(1)