strip — remove unnecessary information from strippable files (DEVELOPMENT)
[SD]
stripfile...
A strippable file is defined as a relocatable, object, or executable file.[XSI]
OnXSI-conformant systems, a strippable file can also be an archive of object or relocatable files.
Thestrip utility shall remove from strippable files named by thefile operands any information the implementordeems unnecessary for execution of those files. The nature of that information is unspecified. The effect ofstrip on objectand executable files shall be similar to the use of the-s option toc17.[XSI]
The effect ofstrip on an archive of object files shall be similar to the use of the-s option toc17 for each object file in the archive.
None.
The following operand shall be supported:
- file
- A pathname referring to a strippable file.
Not used.
The input files shall be in the form of strippable files successfully produced by any compiler defined by this volume ofPOSIX.1-2024[XSI]
or produced by creating or updating an archive of such files using thear utility.
The following environment variables shall affect the execution ofstrip:
- LANG
- Provide a default value for the internationalization variables that are unset or null. (See XBD8.2 Internationalization Variables for the precedence of internationalizationvariables used to determine the values of locale categories.)
- LC_ALL
- If set to a non-empty string value, override the values of all the other internationalization variables.
- LC_CTYPE
- Determine the locale for the interpretation of sequences of bytes of text data as characters (for example, single-byte asopposed to multi-byte characters in arguments).
- LC_MESSAGES
Determine the locale that should be used to affect the format and contents of diagnostic messages written to standard error.- NLSPATH
- [XSI]
Determine the location of messages objects and message catalogs.
Default.
Not used.
The standard error shall be used only for diagnostic messages.
Thestrip utility shall produce strippable files of unspecified format.
None.
The following exit values shall be returned:
- 0
- Successful completion.
- >0
- An error occurred.
Default.
None.
None.
Historically, this utility has been used to remove the symbol table from a strippable file. It was included since it is knownthat the amount of symbolic information can amount to several megabytes; the ability to remove it in a portable manner was deemedimportant, especially for smaller systems.
The behavior ofstrip on object and executable files is said to be the same as the-s option to a compiler. Whilethe end result is essentially the same, it is not required to be identical.
XSI-conformant systems support use ofstrip on archive files containing object files or relocatable files.
None.
First released in Issue 2.
This utility is marked as part of the Software Development Utilities option.
Austin Group Interpretation 1003.1-2001 #103 is applied.
Austin Group Defect 1122 is applied, changing the description ofNLSPATH .
Austin Group Defect 1330 is applied, removing obsolescent interfaces.
return to top of page