The Silicon Graphics systems also use pack to reduce the size of a file. It uses Huffman codes on a byte-to-byte basis to reduce the size of the file.
pack filenamewill modify filename and append .z to it. It will also diplay the compression ration.
unpack filename[.z]will bring back the original filename, whereas
pcat filename.zwill send the resulting unpacked data to standard output.