Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

strip(1) [osf1 man page]

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 standards as follows: strip: XCU5.0 Refer to the standards(5) reference page for more information about industry standards and associated tags. OPTIONS
[SVID 3] Displays the version number of the strip command. DESCRIPTION
The strip command removes the symbol table and any strippable subsections of the section, including compact relocation information ordinar- ily present in executable files. 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 the strip command will not strip executables with unresolved relocation entries. It also does not handle archive files. EXIT STATUS
Success. An error occurred. ENVIRONMENT VARIABLES
The following environment variables affect the behavior of strip: Provides a default value for the locale category variables that are not set or null. If set, overrides the values of all other locale variables. 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 diagnostic messages displayed by the command. Determines the location of message catalogs for processing of LC_MESSAGES. Determines the directory where a temporary file will be created (if needed). If not set, the current working directory is used. SEE ALSO
Commands: ar(1), cc(1), c89(1), ld(1), mcs(1) Standards: standards(5) strip(1)

Check Out this Related Man Page

sact(1) 						      General Commands Manual							   sact(1)

NAME
sact - Displays current Source Code Control System (SCCS) file editing status SYNOPSIS
sact file... | - STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: sact: XCU5.0 Refer to the standards(5) reference page for more information about industry standards and associated tags. OPTIONS
None OPERANDS
A path name of an existing SCCS file or directory. If a - (dash) is specified for file, sact reads standard input, and interprets each line as the name of an SCCS file. If file is a directory, sact performs its actions on all SCCS files. If a file in the directory is not an SCCS file, sact silently ignores the file. DESCRIPTION
The sact command reads SCCS files and writes the contents, if any, of the p-file associated with file to standard output (see the get com- mand for information about the contents of the p-file). EXIT STATUS
The following exit values are returned: Successful completion. An error occurred. ENVIRONMENT VARIABLES
The following environment variables affect the execution of sact: Provides a default value for the internationalization variables that are unset or null. If LANG is unset or null, the corresponding value from the default locale is used. If any of the internationalization vari- ables contain an invalid setting, the utility behaves as if none of the variables had been defined. If set to a non-empty string value, overrides the values of all the other internationalization variables. Determines the locale for the interpretation of sequences of bytes of text data as characters (for example, single-byte as opposed to multibyte characters in arguments and input files). Determines the locale for the format and contents of diagnostic messages written to standard error. Determines the location of message catalogues for the processing of LC_MESSAGES. SEE ALSO
Commands: admin(1), cdc(1), comb(1), delta(1), get(1), prs(1), rmdel(1), sccs(1), sccsdiff(1), sccshelp(1), unget(1), val(1), what(1) Files: sccsfile(4) Standards: standards(5) Programming Support Tools sact(1)
Man Page