~ubuntu-branches/ubuntu/trusty/advancecomp/trusty

« back to all changes in this revision

Viewing changes to doc/advzip.html

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ozarowski
  • Date: 2006-05-13 21:15:49 UTC
  • Revision ID: james.westby@ubuntu.com-20060513211549-2vu7peis643ojcm5
Tags: upstream-1.15
ImportĀ upstreamĀ versionĀ 1.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<title>AdvanceCOMP ZIP Compression Utility</title>
 
4
</head>
 
5
<body>
 
6
<center><h2>AdvanceCOMP ZIP Compression Utility</h2></center>
 
7
<h2><a name="1">1</a> 
 
8
Synopsis
 
9
</h2>
 
10
<pre>
 
11
advzip [-a, --add] [-x, --extract] [-l, --list]
 
12
&nbsp;&nbsp;&nbsp;&nbsp;[-z, --recompress] [-t, --test] [-0, --shrink-store]
 
13
&nbsp;&nbsp;&nbsp;&nbsp;[-1, --shrink-fast] [-2, --shrink-normal] [-3, --shrink-extra]
 
14
&nbsp;&nbsp;&nbsp;&nbsp;[-4, --shrink-insane] [-N, --not-zip] [-p, --pedantic] [-q, --quiet]
 
15
&nbsp;&nbsp;&nbsp;&nbsp;[-h, --help] [-V, --version] ARCHIVES... [FILES...]
 
16
</pre>
 
17
<h2><a name="2">2</a> 
 
18
Description
 
19
</h2>
 
20
The main purpose of this utility is to recompress and test
 
21
the zip archives to get the smallest possible size.
 
22
<p>
 
23
For recompression the 7-Zip (www.7-zip.com) Deflate
 
24
implementation is used. This implementation generally
 
25
gives 5-10% more compression than the zLib Deflate
 
26
implementation.
 
27
<p>
 
28
For experimental purpose also the 7-Zip LZMA algorithm is
 
29
available with the -N option. In this case, the generated
 
30
zips WILL NOT BE USABLE by any other program. To make
 
31
them usable you need to recompress them without the -N
 
32
option. Generally this algorithm gives 10-20% more
 
33
compression than the 7-Zip Deflate implementation.
 
34
<h2><a name="3">3</a> 
 
35
Options
 
36
</h2>
 
37
<table width="100%" border="0" cellspacing="0" cellpadding="2">
 
38
<tr valign="top" align="left"><td><strong>
 
39
-a, --add ARCHIVE FILES...
 
40
</strong></td></tr><tr><td>
 
41
Create the specified archive with the specified
 
42
files. You must specify only one archive.
 
43
</td></tr>
 
44
</table>
 
45
<table width="100%" border="0" cellspacing="0" cellpadding="2">
 
46
<tr valign="top" align="left"><td><strong>
 
47
-x, --extract ARCHIVE
 
48
</strong></td></tr><tr><td>
 
49
Extract all the files on the specified archive. You
 
50
must specify only one archive.
 
51
</td></tr>
 
52
</table>
 
53
<table width="100%" border="0" cellspacing="0" cellpadding="2">
 
54
<tr valign="top" align="left"><td><strong>
 
55
-l, --list ARCHIVES...
 
56
</strong></td></tr><tr><td>
 
57
List the content of the specified archives.
 
58
</td></tr>
 
59
</table>
 
60
<table width="100%" border="0" cellspacing="0" cellpadding="2">
 
61
<tr valign="top" align="left"><td><strong>
 
62
-z, --recompress ARCHIVES...
 
63
</strong></td></tr><tr><td>
 
64
Recompress the specified archives. If the -1, -2,
 
65
-3 options are specified, it's used the smallest file
 
66
choice from: the previous compressed data, the new
 
67
compression and the uncompressed format. If the -0
 
68
option is specified the archive is always rewritten
 
69
without any compression.
 
70
</td></tr>
 
71
</table>
 
72
<table width="100%" border="0" cellspacing="0" cellpadding="2">
 
73
<tr valign="top" align="left"><td><strong>
 
74
-t, --test ARCHIVES...
 
75
</strong></td></tr><tr><td>
 
76
Test the specified archives. The tests may be
 
77
extended with the -p option.
 
78
</td></tr>
 
79
</table>
 
80
<table width="100%" border="0" cellspacing="0" cellpadding="2">
 
81
<tr valign="top" align="left"><td><strong>
 
82
-N, --not-zip
 
83
</strong></td></tr><tr><td>
 
84
Use the LZMA algorithm when compressing. The
 
85
generated zips will not be readable by any other
 
86
application!
 
87
</td></tr>
 
88
</table>
 
89
<table width="100%" border="0" cellspacing="0" cellpadding="2">
 
90
<tr valign="top" align="left"><td><strong>
 
91
-p, --pedantic
 
92
</strong></td></tr><tr><td>
 
93
Be pedantic on the zip tests. If this flag is
 
94
enabled some more extensive tests on the zip
 
95
integrity are done. These tests are generally not
 
96
done by other zip utilities.
 
97
</td></tr>
 
98
</table>
 
99
<table width="100%" border="0" cellspacing="0" cellpadding="2">
 
100
<tr valign="top" align="left"><td><strong>
 
101
-0, --shrink-store
 
102
</strong></td></tr><tr><td>
 
103
Disable the compression. The file is
 
104
only stored and not compressed. This option is
 
105
very useful to expand the archives of .png and .mp3
 
106
files. These files are already compressed, trying to
 
107
compress them another time is really a waste of time
 
108
and resource.
 
109
</td></tr>
 
110
</table>
 
111
<table width="100%" border="0" cellspacing="0" cellpadding="2">
 
112
<tr valign="top" align="left"><td><strong>
 
113
-1, --shrink-fast
 
114
</strong></td></tr><tr><td>
 
115
Set the compression level to "fast".
 
116
</td></tr>
 
117
</table>
 
118
<table width="100%" border="0" cellspacing="0" cellpadding="2">
 
119
<tr valign="top" align="left"><td><strong>
 
120
-2, --shrink-normal
 
121
</strong></td></tr><tr><td>
 
122
Set the compression level to "normal". This is the
 
123
default level of compression.
 
124
</td></tr>
 
125
</table>
 
126
<table width="100%" border="0" cellspacing="0" cellpadding="2">
 
127
<tr valign="top" align="left"><td><strong>
 
128
-3, --shrink-extra
 
129
</strong></td></tr><tr><td>
 
130
Set the compression level to "extra".
 
131
</td></tr>
 
132
</table>
 
133
<table width="100%" border="0" cellspacing="0" cellpadding="2">
 
134
<tr valign="top" align="left"><td><strong>
 
135
-4, --shrink-insane
 
136
</strong></td></tr><tr><td>
 
137
Set the compression level to "insane".
 
138
</td></tr>
 
139
</table>
 
140
<h2><a name="4">4</a> 
 
141
Copyright
 
142
</h2>
 
143
This file is Copyright (C) 2002 Andrea Mazzoleni, Filipe Estima
 
144
<h2><a name="5">5</a> 
 
145
See Also
 
146
</h2>
 
147
advpng(1), advmng(1), advdef(1)
 
148
</body>
 
149
</html>