Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ ccat(1) — UNIX 3BSD

Media Vault

Software Library

Restoration Projects

Artifacts Sought

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

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026