|
|
1.1 root 1:
2:
3: uncompress Command uncompress
4:
5:
6:
7:
8: Uncompress a compressed file
9:
10: uunnccoommpprreessss [ -ww _t_e_m_p_f_i_l_e ] [ _f_i_l_e ... ]
11:
12: uncompress uncompressses one or more files that had been com-
13: pressed by the command compress.
14:
15: Each file's name must have the suffix .Z, which was appended onto
16: it by compress; otherwise, uncompress prints an error message and
17: exits. When uncompress has uncompressed a file, it removes the
18: .ZZ suffix from that file's name.
19:
20: If no file is specified on the command line, uncompress uncom-
21: presses matter read from the standard input, and writes its out-
22: put to the standard output.
23:
24: Older versions of uncompress could only uncompress files that had
25: been compressed with option -b12 or lower, with -b12 being the
26: default. The edition of uncompress released with COHERENT ver-
27: sion 3.1 now handles values up to 16 by using RAM device
28: /dev/ram1 for temporary storage. For this reason, it is strongly
29: advised that you not use /dev/ram1 as a RAM disk.
30:
31: The -w option allows the user to specify an alternate temporary
32: storage file to uncompress. The default value for tempfile when
33: the -w option is omitted is /dev/ram1.
34:
35: ***** See Also *****
36:
37: commands, compress, ram, zcat
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64: COHERENT Lexicon Page 1
65:
66:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.