|
In Unix and Unix-like operating systems, the strip program removes all debugging and symbol information from executable binary programs and object files, thus potentially resulting in better performance and sometimes significantly less disk space usage.
It is part of the GNU Binary Utilities (binutils), and has been ported to other operating systems including Microsoft Windows.
Example
$ strip foobar
See also
External links
|
Unix command line programs and builtins (more) |
|
| File system |
|
|
| Processes |
|
|
| User environment |
|
|
| Text processing |
|
|
| Shell programming |
|
|
| Networking |
|
|
| Searching |
|
|
| Miscellaneous |
|
|
|