strip (Unix)
From Wikipedia, the free encyclopedia
For other uses, see Strip (disambiguation).
| This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (July 2011) |
In Unix and Unix-like operating systems, the strip program removes unnecessary information from executable binary programs and object files, thus potentially resulting in better performance and sometimes significantly less disk space usage. This information may consist of debugging and symbol information; however the standard leaves the scope of changes up to the implementer.
The effect of strip can be achieved directly by the compiler. For instance, in GNU Compiler Collection this option is "-s".
The GNU Project ships an implementation of strip as part of the GNU Binutils package. strip has been ported to other operating systems including Microsoft Windows.
Contents |
[edit] Example
$ strip foobar
[edit] See also
[edit] References
- "strip", The Single UNIX Specification, Version 2, The Open Group, 1997, http://www.opengroup.org/onlinepubs/007908799/xcu/strip.html
[edit] External links
|
||||||||||||||||||||||||||||||||
| This Unix-related article is a stub. You can help Wikipedia by expanding it. |