CCAT(1) — Unix Programmer’s Manual
NAME
ccat − cat compressed files
SYNOPSIS
ccat [file ...]
DESCRIPTION
Ccat cats the original file from a file compressed by compact. It is the csh script
foreach file ($argv)
uncompact < $file
end
The file is left compacted.
DIAGNOSTICS
Messages about unopenable files, etc. Files which were compressed using pack are noted.
SEE ALSO
compact (1), uncompact (1) Gallager, Robert G., "Variations on a Theme of Huffman", I.E.E.E. Transactions on Information Theory, vol. IT-24, no. 6, November 1978, pp. 668 - 674.
AUTHOR
Colin L. Mc Master
3rd Berkeley Distribution — 3/15/79