cprs(CP) 6 January 1993 cprs(CP) Name cprs - compress a common object file Syntax cprs [-p] infile outfile Description The cprs command reduces the size of a common object file, infile, by removing duplicate structure and union descriptors. The reduced file, outfile, 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 infile. Notes Note that only COFF files are supported by this utility. See also a.out(FP), strip(CP), syms(FP)