BSD 3 development
[unix-history] / usr / man / man1 / ccat.1
CommitLineData
b434c3d9
CMM
1.TH CCAT 1 3/15/79
2.UC
3.SH NAME
4ccat \- cat compressed files
5.SH SYNOPSIS
6.B ccat
7[file ...]
8.SH DESCRIPTION
9.I Ccat
10cats the original file from
11a file compressed by
12.I compact.
13It is the csh script
14
15.nf
16foreach file ($argv)
17uncompact < $file
18end
19.fi
20
21.PP
22The file is left compacted.
23.SH DIAGNOSTICS
24Messages about unopenable files, etc.
25Files which were compressed using pack
26are noted.
27.SH "SEE ALSO"
28compact (1),
29uncompact (1)
30.sp
31Gallager, Robert G., "Variations on a Theme of Huffman",
32.I "I.E.E.E. Transactions on Information Theory,"
33vol. IT-24, no. 6, November 1978, pp. 668 - 674.
34.SH AUTHOR
35Colin L. Mc Master