Name
cprs - compress a common object file
Syntax
cprs [-p] file1 file2
Description
The cprs command reduces the size of a common object file,
file1, by removing duplicate structure and union
descriptors. The reduced file, file2, is produced as
output.
The sole option to cprs is:
-p Print statistical messages including: total number of
tags, total duplicate tags, and total reduction of
file1.
Notes
Note that only COFF files are supported by this utility.
See Also
strip(CP), a.out(F), syms(F)
(printed 6/18/89)