<tt>pack, unpack</tt>



next up previous contents
Next: gzip/gunzip Up: Compression Utilities Previous: compress/uncompress/zcat

pack, unpack

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 filename
will 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.z
will send the resulting unpacked data to standard output.



Super-User
Fri Feb 17 15:55:40 EST 1995