*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: strip | Section: 1 | Source: Digital UNIX | File: strip.1.gz
strip(1) General Commands Manual strip(1) NAME strip - Removes symbols and relocation bits SYNOPSIS strip [-V] file... STANDARDS Interfaces documented on this reference page conform to industry stan- dards as follows: strip: XPG4, XPG4-UNIX Refer to the standards(5) reference page for more information about in- dustry standards and associated tags. OPTIONS [SVID 3] Displays the version number of the strip command. DESCRIPTION The strip command removes the symbol table and relocation bits ordinar- ily attached to the output of the assembler and loader. This is useful to save space after a program has been debugged. The effect of strip is the same as use of the -s option to cc, c89, or ld. Note that strip command will not strip executables with unresolved re- location entries. EXIT STATUS Success. An error occurred. ENVIRONMENT VARIABLES The following environment variables affect the behavior of strip: Pro- vides a default value for the locale category variables that are not set or null. If set, overrides the values of all other locale vari- ables. Determines the locale for the interpretation of byte sequences as characters (single-byte or multibyte) in input parameters and files. Determines the locale used to affect the format and contents of diag- nostic messages displayed by the command. Determines the location of message catalogs for processing of LC_MESSAGES. FILES Temporary file SEE ALSO Commands: ar(1), cc(1), c89(1), ld(1) Standards: standards(5) strip(1)

Navigation Options