glosc-mcp 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +23 -0
- package/build/GloscMcp.js +207 -0
- package/build/GloscTools.js +495 -0
- package/build/index.js +12 -0
- package/libs/7z/Linux/7zz +0 -0
- package/libs/7z/Linux/7zzs +0 -0
- package/libs/7z/Linux/History.txt +178 -0
- package/libs/7z/Linux/License.txt +144 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/add.htm +96 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/bench.htm +186 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/delete.htm +64 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/extract.htm +101 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/extract_full.htm +77 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/hash.htm +101 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/index.htm +36 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/list.htm +79 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/rename.htm +51 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/style.css +232 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/test.htm +51 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/update.htm +74 -0
- package/libs/7z/Linux/MANUAL/cmdline/exit_codes.htm +27 -0
- package/libs/7z/Linux/MANUAL/cmdline/index.htm +29 -0
- package/libs/7z/Linux/MANUAL/cmdline/style.css +232 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/ar_exclude.htm +58 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/ar_include.htm +84 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/ar_no.htm +52 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/bb.htm +61 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/bs.htm +67 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/charset.htm +61 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/email.htm +43 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/exclude.htm +81 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/include.htm +152 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/index.htm +117 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/large_pages.htm +60 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/list_tech.htm +36 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/method.htm +1067 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/output_dir.htm +53 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/overwrite.htm +56 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/password.htm +80 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/recurse.htm +104 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/sa.htm +58 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/scc.htm +42 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/scrc.htm +54 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/sdel.htm +39 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/sfx.htm +154 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/shared.htm +40 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/sni.htm +56 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/sns.htm +77 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/spf.htm +80 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/spm.htm +72 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/ssc.htm +50 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/stdin.htm +56 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/stdout.htm +54 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/stl.htm +39 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/stop_switch.htm +32 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/stx.htm +50 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/style.css +232 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/type.htm +146 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/update.htm +179 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/volume.htm +49 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/working_dir.htm +56 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/yes.htm +48 -0
- package/libs/7z/Linux/MANUAL/cmdline/syntax.htm +118 -0
- package/libs/7z/Linux/MANUAL/general/7z.htm +117 -0
- package/libs/7z/Linux/MANUAL/general/faq.htm +125 -0
- package/libs/7z/Linux/MANUAL/general/formats.htm +104 -0
- package/libs/7z/Linux/MANUAL/general/index.htm +28 -0
- package/libs/7z/Linux/MANUAL/general/license.htm +26 -0
- package/libs/7z/Linux/MANUAL/general/performance.htm +55 -0
- package/libs/7z/Linux/MANUAL/general/register.htm +24 -0
- package/libs/7z/Linux/MANUAL/general/style.css +232 -0
- package/libs/7z/Linux/MANUAL/general/thanks.htm +44 -0
- package/libs/7z/Linux/MANUAL/start.htm +38 -0
- package/libs/7z/Linux/MANUAL/style.css +232 -0
- package/libs/7z/Linux/readme.txt +100 -0
- package/libs/7z/README.md +1 -0
- package/libs/7z/macOS/7zz +0 -0
- package/libs/7z/macOS/History.txt +178 -0
- package/libs/7z/macOS/License.txt +144 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/add.htm +96 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/bench.htm +186 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/delete.htm +64 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/extract.htm +101 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/extract_full.htm +77 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/hash.htm +101 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/index.htm +36 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/list.htm +79 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/rename.htm +51 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/style.css +232 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/test.htm +51 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/update.htm +74 -0
- package/libs/7z/macOS/MANUAL/cmdline/exit_codes.htm +27 -0
- package/libs/7z/macOS/MANUAL/cmdline/index.htm +29 -0
- package/libs/7z/macOS/MANUAL/cmdline/style.css +232 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/ar_exclude.htm +58 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/ar_include.htm +84 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/ar_no.htm +52 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/bb.htm +61 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/bs.htm +67 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/charset.htm +61 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/email.htm +43 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/exclude.htm +81 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/include.htm +152 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/index.htm +117 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/large_pages.htm +60 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/list_tech.htm +36 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/method.htm +1067 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/output_dir.htm +53 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/overwrite.htm +56 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/password.htm +80 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/recurse.htm +104 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/sa.htm +58 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/scc.htm +42 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/scrc.htm +54 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/sdel.htm +39 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/sfx.htm +154 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/shared.htm +40 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/sni.htm +56 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/sns.htm +77 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/spf.htm +80 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/spm.htm +72 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/ssc.htm +50 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/stdin.htm +56 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/stdout.htm +54 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/stl.htm +39 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/stop_switch.htm +32 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/stx.htm +50 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/style.css +232 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/type.htm +146 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/update.htm +179 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/volume.htm +49 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/working_dir.htm +56 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/yes.htm +48 -0
- package/libs/7z/macOS/MANUAL/cmdline/syntax.htm +118 -0
- package/libs/7z/macOS/MANUAL/general/7z.htm +117 -0
- package/libs/7z/macOS/MANUAL/general/faq.htm +125 -0
- package/libs/7z/macOS/MANUAL/general/formats.htm +104 -0
- package/libs/7z/macOS/MANUAL/general/index.htm +28 -0
- package/libs/7z/macOS/MANUAL/general/license.htm +26 -0
- package/libs/7z/macOS/MANUAL/general/performance.htm +55 -0
- package/libs/7z/macOS/MANUAL/general/register.htm +24 -0
- package/libs/7z/macOS/MANUAL/general/style.css +232 -0
- package/libs/7z/macOS/MANUAL/general/thanks.htm +44 -0
- package/libs/7z/macOS/MANUAL/start.htm +38 -0
- package/libs/7z/macOS/MANUAL/style.css +232 -0
- package/libs/7z/macOS/readme.txt +100 -0
- package/libs/7z/win/7za.dll +0 -0
- package/libs/7z/win/7za.exe +0 -0
- package/libs/7z/win/7zxa.dll +0 -0
- package/libs/7z/win/Far/7-ZipEng.hlf +85 -0
- package/libs/7z/win/Far/7-ZipEng.lng +220 -0
- package/libs/7z/win/Far/7-ZipFar.dll +0 -0
- package/libs/7z/win/Far/7-ZipFar64.dll +0 -0
- package/libs/7z/win/Far/7-ZipRus.hlf +84 -0
- package/libs/7z/win/Far/7-ZipRus.lng +220 -0
- package/libs/7z/win/Far/7zToFar.ini +67 -0
- package/libs/7z/win/Far/far7z.reg +67 -0
- package/libs/7z/win/Far/far7z.txt +73 -0
- package/libs/7z/win/License.txt +123 -0
- package/libs/7z/win/arm64/7-ZipFar.dll +0 -0
- package/libs/7z/win/arm64/7za.dll +0 -0
- package/libs/7z/win/arm64/7za.exe +0 -0
- package/libs/7z/win/arm64/7zxa.dll +0 -0
- package/libs/7z/win/history.txt +347 -0
- package/libs/7z/win/readme.txt +125 -0
- package/libs/7z/win/x64/7za.dll +0 -0
- package/libs/7z/win/x64/7za.exe +0 -0
- package/libs/7z/win/x64/7zxa.dll +0 -0
- package/package.json +50 -0
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
7-Zip for Linux and macOS
|
|
2
|
+
~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
3
|
+
License for use and distribution
|
|
4
|
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
5
|
+
|
|
6
|
+
7-Zip Copyright (C) 1999-2025 Igor Pavlov.
|
|
7
|
+
|
|
8
|
+
The licenses for 7zz and 7zzs files are:
|
|
9
|
+
|
|
10
|
+
- The "GNU LGPL" as main license for most of the code
|
|
11
|
+
- The "GNU LGPL" with "unRAR license restriction" for some code
|
|
12
|
+
- The "BSD 3-clause License" for some code
|
|
13
|
+
- The "BSD 2-clause License" for some code
|
|
14
|
+
|
|
15
|
+
Redistributions in binary form must reproduce related license information from this file.
|
|
16
|
+
|
|
17
|
+
Note:
|
|
18
|
+
You can use 7-Zip on any computer, including a computer in a commercial
|
|
19
|
+
organization. You don't need to register or pay for 7-Zip.
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
GNU LGPL information
|
|
23
|
+
--------------------
|
|
24
|
+
|
|
25
|
+
This library is free software; you can redistribute it and/or
|
|
26
|
+
modify it under the terms of the GNU Lesser General Public
|
|
27
|
+
License as published by the Free Software Foundation; either
|
|
28
|
+
version 2.1 of the License, or (at your option) any later version.
|
|
29
|
+
|
|
30
|
+
This library is distributed in the hope that it will be useful,
|
|
31
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
32
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
33
|
+
Lesser General Public License for more details.
|
|
34
|
+
|
|
35
|
+
You can receive a copy of the GNU Lesser General Public License from
|
|
36
|
+
http://www.gnu.org/
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
BSD 3-clause License in 7-Zip code
|
|
42
|
+
----------------------------------
|
|
43
|
+
|
|
44
|
+
The "BSD 3-clause License" is used for the following code in 7z.dll
|
|
45
|
+
1) LZFSE data decompression.
|
|
46
|
+
That code was derived from the code in the "LZFSE compression library" developed by Apple Inc,
|
|
47
|
+
that also uses the "BSD 3-clause License".
|
|
48
|
+
2) ZSTD data decompression.
|
|
49
|
+
that code was developed using original zstd decoder code as reference code.
|
|
50
|
+
The original zstd decoder code was developed by Facebook Inc,
|
|
51
|
+
that also uses the "BSD 3-clause License".
|
|
52
|
+
|
|
53
|
+
Copyright (c) 2015-2016, Apple Inc. All rights reserved.
|
|
54
|
+
Copyright (c) Facebook, Inc. All rights reserved.
|
|
55
|
+
Copyright (c) 2023-2024 Igor Pavlov.
|
|
56
|
+
|
|
57
|
+
Text of the "BSD 3-clause License"
|
|
58
|
+
----------------------------------
|
|
59
|
+
|
|
60
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
61
|
+
are permitted provided that the following conditions are met:
|
|
62
|
+
|
|
63
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
64
|
+
list of conditions and the following disclaimer.
|
|
65
|
+
|
|
66
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
67
|
+
this list of conditions and the following disclaimer in the documentation
|
|
68
|
+
and/or other materials provided with the distribution.
|
|
69
|
+
|
|
70
|
+
3. Neither the name of the copyright holder nor the names of its contributors may
|
|
71
|
+
be used to endorse or promote products derived from this software without
|
|
72
|
+
specific prior written permission.
|
|
73
|
+
|
|
74
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
75
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
76
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
77
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
|
78
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
79
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
80
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
81
|
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
82
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
83
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
BSD 2-clause License in 7-Zip code
|
|
91
|
+
----------------------------------
|
|
92
|
+
|
|
93
|
+
The "BSD 2-clause License" is used for the XXH64 code in 7-Zip.
|
|
94
|
+
|
|
95
|
+
XXH64 code in 7-Zip was derived from the original XXH64 code developed by Yann Collet.
|
|
96
|
+
|
|
97
|
+
Copyright (c) 2012-2021 Yann Collet.
|
|
98
|
+
Copyright (c) 2023-2024 Igor Pavlov.
|
|
99
|
+
|
|
100
|
+
Text of the "BSD 2-clause License"
|
|
101
|
+
----------------------------------
|
|
102
|
+
|
|
103
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
104
|
+
are permitted provided that the following conditions are met:
|
|
105
|
+
|
|
106
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
107
|
+
list of conditions and the following disclaimer.
|
|
108
|
+
|
|
109
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
110
|
+
this list of conditions and the following disclaimer in the documentation
|
|
111
|
+
and/or other materials provided with the distribution.
|
|
112
|
+
|
|
113
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
114
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
115
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
116
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
|
117
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
118
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
119
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
120
|
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
121
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
122
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
unRAR license restriction
|
|
130
|
+
-------------------------
|
|
131
|
+
|
|
132
|
+
The decompression engine for RAR archives was developed using source
|
|
133
|
+
code of unRAR program.
|
|
134
|
+
All copyrights to original unRAR code are owned by Alexander Roshal.
|
|
135
|
+
|
|
136
|
+
The license for original unRAR code has the following restriction:
|
|
137
|
+
|
|
138
|
+
The unRAR sources cannot be used to re-create the RAR compression algorithm,
|
|
139
|
+
which is proprietary. Distribution of modified unRAR sources in separate form
|
|
140
|
+
or as a part of other software is permitted, provided that it is clearly
|
|
141
|
+
stated in the documentation and source comments that the code may
|
|
142
|
+
not be used to develop a RAR (WinRAR) compatible archiver.
|
|
143
|
+
|
|
144
|
+
--
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
2
|
+
<HTML>
|
|
3
|
+
<HEAD>
|
|
4
|
+
<META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
|
|
5
|
+
<TITLE>a (Add) command</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>a (Add) command</H1>
|
|
12
|
+
|
|
13
|
+
<P>Adds files to archive.</P>
|
|
14
|
+
|
|
15
|
+
<H4>Examples</H4>
|
|
16
|
+
|
|
17
|
+
<PRE class="example">
|
|
18
|
+
7z a archive1.zip subdir\
|
|
19
|
+
</PRE>
|
|
20
|
+
|
|
21
|
+
<P>adds all files and subfolders from folder <SPAN class="filename">subdir</SPAN> to archive
|
|
22
|
+
<SPAN class="filename">archive1.zip</SPAN>.
|
|
23
|
+
The filenames in archive will contain <SPAN class="filename">subdir\</SPAN> prefix.</P>
|
|
24
|
+
|
|
25
|
+
<PRE class="example">
|
|
26
|
+
7z a archive2.zip .\subdir\*
|
|
27
|
+
</PRE>
|
|
28
|
+
|
|
29
|
+
<P>adds all files and subfolders from folder <SPAN class="filename">subdir</SPAN> to archive
|
|
30
|
+
<SPAN class="filename">archive2.zip</SPAN>.
|
|
31
|
+
The filenames in archive will not contain <SPAN class="filename">subdir\</SPAN> prefix.</P>
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
<PRE class="example">
|
|
35
|
+
cd /D c:\dir1\
|
|
36
|
+
7z a c:\archive3.zip dir2\dir3\
|
|
37
|
+
</PRE>
|
|
38
|
+
|
|
39
|
+
The filenames in archive <SPAN class="filename">c:\archive3.zip</SPAN>
|
|
40
|
+
will contain <SPAN class="filename">dir2\dir3\</SPAN> prefix,
|
|
41
|
+
but they will not contain <SPAN class="filename">c:\dir1\</SPAN> prefix.
|
|
42
|
+
|
|
43
|
+
<PRE class="example">
|
|
44
|
+
7z a Files.7z *.txt -r
|
|
45
|
+
</PRE>
|
|
46
|
+
|
|
47
|
+
<P>adds all *.txt files from current folder and its subfolders to archive
|
|
48
|
+
<SPAN class="filename">Files.7z</SPAN>.</P>
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
<H4>Notes</H4>
|
|
52
|
+
|
|
53
|
+
<P>7-Zip doesn't use the system wildcard parser. 7-Zip doesn't
|
|
54
|
+
follow the archaic rule by which *.* means any file. 7-Zip treats
|
|
55
|
+
*.* as matching the name of any file that has an extension. To process
|
|
56
|
+
all files, you must use a * wildcard.</P>
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
<H4>Switches that can be used with this command</H4>
|
|
60
|
+
|
|
61
|
+
<P>
|
|
62
|
+
<A href="../switches/bb.htm"> -bb (Set output log level)</A><BR>
|
|
63
|
+
<A href="../switches/include.htm">-i (Include)</A><BR>
|
|
64
|
+
<A href="../switches/method.htm">-m (Method)</A><BR>
|
|
65
|
+
<A href="../switches/password.htm">-p (Set Password)</A><BR>
|
|
66
|
+
<A href="../switches/recurse.htm">-r (Recurse)</A><BR>
|
|
67
|
+
<A href="../switches/sdel.htm">-sdel (Delete files after including to archive)</A><BR>
|
|
68
|
+
<A href="../switches/sfx.htm">-sfx (create SFX)</A><BR>
|
|
69
|
+
<A href="../switches/stdin.htm">-si (use StdIn)</A><BR>
|
|
70
|
+
<A href="../switches/sni.htm">-sni (Store NT security information)</A><BR>
|
|
71
|
+
<A href="../switches/sns.htm">-sns (Store NTFS alternate Streams)</A><BR>
|
|
72
|
+
<A href="../switches/stdout.htm">-so (use StdOut)</A><BR>
|
|
73
|
+
<A href="../switches/spf.htm">-spf (Use fully qualified file paths)</A><BR>
|
|
74
|
+
<A href="../switches/spm.htm">-spm (Require path separator mark for directory path)</A><BR>
|
|
75
|
+
<A href="../switches/shared.htm">-ssw (Compress shared files)</A><BR>
|
|
76
|
+
<A href="../switches/stl.htm">-stl (Set archive timestamp from the most recently modified file)</A><BR>
|
|
77
|
+
<A href="../switches/stx.htm">-stx (Exclude archive type)</A><BR>
|
|
78
|
+
<A href="../switches/type.htm">-t (Type of archive)</A><BR>
|
|
79
|
+
<A href="../switches/update.htm">-u (Update)</A><BR>
|
|
80
|
+
<A href="../switches/volume.htm">-v (Volumes)</A><BR>
|
|
81
|
+
<A href="../switches/working_dir.htm">-w (Working Dir)</A><BR>
|
|
82
|
+
<A href="../switches/exclude.htm">-x (Exclude)</A><BR>
|
|
83
|
+
</P>
|
|
84
|
+
|
|
85
|
+
<H4>See also</H4>
|
|
86
|
+
|
|
87
|
+
<P>
|
|
88
|
+
<B>Commands:</B>
|
|
89
|
+
<A href="delete.htm">d (Delete)</A>,
|
|
90
|
+
<A href="update.htm">u (Update)</A><BR>
|
|
91
|
+
<B>Switches:</B>
|
|
92
|
+
<A href="../switches/update.htm">-u (Update)</A>
|
|
93
|
+
</P>
|
|
94
|
+
|
|
95
|
+
</BODY>
|
|
96
|
+
</HTML>
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
2
|
+
<HTML>
|
|
3
|
+
<HEAD>
|
|
4
|
+
<META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
|
|
5
|
+
<TITLE>b (Benchmark) command</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>b (Benchmark) command</H1>
|
|
12
|
+
|
|
13
|
+
<P>Measures speed of the CPU.</P>
|
|
14
|
+
<P>Benchmark execution also can be used to check RAM for errors.</P>
|
|
15
|
+
|
|
16
|
+
<H4>Syntax</H4>
|
|
17
|
+
|
|
18
|
+
<PRE class="syntax">
|
|
19
|
+
b [number_of_iterations] [-mmt={N}] [-md{N}] [-mm={Method}] [-mtime={N}]
|
|
20
|
+
</PRE>
|
|
21
|
+
|
|
22
|
+
<P>The LZMA benchmark is default benchmark for benchmark command.</P>
|
|
23
|
+
<P>There are two tests for LZMA benchmark:<P>
|
|
24
|
+
<OL>
|
|
25
|
+
<LI>Compressing with LZMA method
|
|
26
|
+
<LI>Decompressing with LZMA method
|
|
27
|
+
</OL>
|
|
28
|
+
|
|
29
|
+
<P>The LZMA benchmark shows a rating in MIPS (million instructions per second).
|
|
30
|
+
The rating value is calculated from the measured speed, and it is normalized
|
|
31
|
+
with results of Intel Core 2 CPU with multi-threading option switched off.
|
|
32
|
+
So if you have modern CPU from Intel or AMD, rating values in single-thread mode
|
|
33
|
+
must be close to real CPU frequency.</P>
|
|
34
|
+
|
|
35
|
+
<P>You can change the upper dictionary size to increase memory usage by -md{N} switch.
|
|
36
|
+
Also, you can change the number of threads by -mmt{N} switch.</P>
|
|
37
|
+
|
|
38
|
+
<P>The <B>Dict</B> column shows dictionary size. For example, 21 means 2^21 = 2 MB.</P>
|
|
39
|
+
|
|
40
|
+
<P>The <B>Usage</B> column shows the percentage of time the processor is working.
|
|
41
|
+
It's normalized for a one-thread load. For example, 180% CPU Usage for 2 threads
|
|
42
|
+
can mean that average CPU usage is about 90% for each thread.</P>
|
|
43
|
+
|
|
44
|
+
<P>The <B>R / U</B> column shows the rating normalized for 100% of CPU usage.
|
|
45
|
+
That column shows the performance of one average CPU thread.</P>
|
|
46
|
+
|
|
47
|
+
<P><B>Avr</B> shows averages for different dictionary sizes.</P>
|
|
48
|
+
<P><B>Tot</B> shows averages of the compression and decompression ratings.</P>
|
|
49
|
+
|
|
50
|
+
<P>The test data that is used for compression in that test is produced with special
|
|
51
|
+
algorithm, that creates data stream that has some properties of real data,
|
|
52
|
+
like text or execution code.
|
|
53
|
+
Note that the speed of LZMA for real data can be slightly different.</P>
|
|
54
|
+
|
|
55
|
+
<H3> LZMA benchmark details </H3>
|
|
56
|
+
|
|
57
|
+
<P><B>Compression speed</B> strongly depends from memory (RAM) latency,
|
|
58
|
+
Data Cache size/speed and TLB.
|
|
59
|
+
Out-of-Order execution feature of CPU is also important for that test.</P>
|
|
60
|
+
|
|
61
|
+
<P><B>Decompression speed</B> strongly depends on CPU integer operations.
|
|
62
|
+
The most important things for that test are: branch misprediction penalty
|
|
63
|
+
(the length of pipeline) and the latencies of 32-bit instructions ("multiply",
|
|
64
|
+
"shift", "add" and other).
|
|
65
|
+
The decompression test has very high number of unpredictable branches.
|
|
66
|
+
Note that some CPU architectures (for example, 32-bit ARM) support instructions that
|
|
67
|
+
can be conditionally executed. So such CPUs can work without branches
|
|
68
|
+
(and without pipeline flushing) in many cases in LZMA decompression code.
|
|
69
|
+
And such CPUs can have some speed advantages over other architectures
|
|
70
|
+
that don't support complex conditionally execution.
|
|
71
|
+
Out-of-Order execution capability is not so important for LZMA Decompression.
|
|
72
|
+
</P>
|
|
73
|
+
|
|
74
|
+
<P>The test code doesn't use FPU and SSE. Most of the code is 32-bit integer code.
|
|
75
|
+
Only some minor part in compression code uses also 64-bit integers.
|
|
76
|
+
RAM and Cache bandwidth are not so important for these tests.
|
|
77
|
+
The latencies are much more important.</P>
|
|
78
|
+
|
|
79
|
+
<P>The CPU's IPC (Instructions per cycle) rate is not very high for these
|
|
80
|
+
tests. The estimated value of test's IPC is 1 (one instruction per cycle)
|
|
81
|
+
for modern CPU. The compression test has big number of random accesses to RAM and Data Cache.
|
|
82
|
+
So big part of execution time the CPU waits the data from Data Cache or from RAM.
|
|
83
|
+
The decompression test has big number of pipeline flushes after mispredicted branches.
|
|
84
|
+
Such low IPC means that there are some unloaded CPU resources.
|
|
85
|
+
But the CPU with Hyper-Threading feature can load these CPU resources using two threads.
|
|
86
|
+
So Hyper-Threading provides pretty big improvement in these tests.</P>
|
|
87
|
+
|
|
88
|
+
<H3> LZMA benchmark in multithreading mode </H3>
|
|
89
|
+
|
|
90
|
+
<P>When you specify (N*2) threads for test, the program creates
|
|
91
|
+
N copies of LZMA encoder, and each LZMA encoder instance compresses separated block of
|
|
92
|
+
test data. Each LZMA encoder instance creates 3 unsymmetrical execution threads:
|
|
93
|
+
two big threads and one small thread.
|
|
94
|
+
The total CPU load for these 3 threads can vary from 140% to 200%.
|
|
95
|
+
To provide better CPU load during compression, you can test the mode, where the
|
|
96
|
+
number of benchmark threads is larger than the number of hardware threads.</P>
|
|
97
|
+
|
|
98
|
+
<P>Each LZMA encoder instance in multithreading mode divides the task of compression
|
|
99
|
+
into 3 different tasks, where each task is executed in separated thread.
|
|
100
|
+
Each of these tasks is simpler than original task, and it uses less memory.
|
|
101
|
+
So each thread uses the data cache and TLB more effectively in multithreading mode.
|
|
102
|
+
And LZMA encoder is slightly more effective in multithreading mode in value of
|
|
103
|
+
"the Speed" divided to "CPU usage".</P>
|
|
104
|
+
|
|
105
|
+
<P>Note that there is some data traffic between 3 threads of LZMA encoder.
|
|
106
|
+
So data exchange bandwidth via memory between CPU threads is also can be important,
|
|
107
|
+
especially in multi-core system with big number of cores or CPUs.</P>
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
<P>All LZMA decoder threads are symmetrical and independent. So the decompression
|
|
111
|
+
test uses all hardware threads, if the number of hardware threads is used.</P>
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
<H2>7-Zip benchmark</H2>
|
|
115
|
+
|
|
116
|
+
<P>With -mm=* switch you can run a complex benchmark for 7-Zip code.
|
|
117
|
+
It tests hash calculation methods, compression and encryption codecs of 7-Zip.
|
|
118
|
+
Note that the tests of LZMA have big weight in "total" results.
|
|
119
|
+
And the results are normalized with AMD K8 cpu in that complex benchmark.</P>
|
|
120
|
+
|
|
121
|
+
<P>The <B>CPU</B> rows show CPU frequency. It's measured for sequence of simple
|
|
122
|
+
CPU instructions. Note: It can be inaccurate, if hyper-threading is used.</P>
|
|
123
|
+
<P>The <B>Effec</B> column shows Efficiency - the Rating normalized to CPU frequency.</P>
|
|
124
|
+
<P>The <B>E / U</B> column shows the Efficiency normalized for 100% of CPU usage.</P>
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
<H4>Examples</H4>
|
|
128
|
+
|
|
129
|
+
<PRE class="example">
|
|
130
|
+
7z b
|
|
131
|
+
</PRE>
|
|
132
|
+
runs benchmarking.
|
|
133
|
+
|
|
134
|
+
<PRE class="example">
|
|
135
|
+
7z b -mmt1 -md26
|
|
136
|
+
</PRE>
|
|
137
|
+
runs benchmarking with one thread and 64 MB dictionary.
|
|
138
|
+
|
|
139
|
+
<PRE class="example">
|
|
140
|
+
7z b 30
|
|
141
|
+
</PRE>
|
|
142
|
+
<P>runs benchmarking for 30 iterations. It can be used to check RAM for errors.</P>
|
|
143
|
+
|
|
144
|
+
<PRE class="example">
|
|
145
|
+
7z b -mm=*
|
|
146
|
+
</PRE>
|
|
147
|
+
<P>runs complex 7-Zip benchmark.</P>
|
|
148
|
+
|
|
149
|
+
<PRE class="example">
|
|
150
|
+
7z b -mm=* -mmt=*
|
|
151
|
+
</PRE>
|
|
152
|
+
<P>runs complex 7-Zip benchmark for different number of threads : (1, max/2, max),
|
|
153
|
+
where max is number of available hardware threads. So it can test 3 main modes:
|
|
154
|
+
single-thread, multi-thread without hyper-threading, multi-thread with hyper-threading.</P>
|
|
155
|
+
|
|
156
|
+
<PRE class="example">
|
|
157
|
+
7z b -mm=* -mmt1 -mtime=1
|
|
158
|
+
</PRE>
|
|
159
|
+
<P>runs complex 7-Zip benchmark for 1 thread. Also it tries to reduce the execution time
|
|
160
|
+
of each workload to 1 second, if it's possible.
|
|
161
|
+
So it's a fast way to check the performance of most of codecs in 7-Zip.</P>
|
|
162
|
+
|
|
163
|
+
<PRE class="example">
|
|
164
|
+
7z b -mm=xxh64 -mtic=32
|
|
165
|
+
</PRE>
|
|
166
|
+
<P>runs XXH64 benchmark for different number of threads. Also benchmark comptexity
|
|
167
|
+
is reduced to (2^32) ticks.
|
|
168
|
+
xxh64 is fast hash calculation method that uses integer 64-bit MULTIPLY operations.
|
|
169
|
+
for multiple threads and big block, it can be limited memory reading bandwidth.
|
|
170
|
+
So result can show available Memory Reading bandwidth.</P>
|
|
171
|
+
</P>
|
|
172
|
+
|
|
173
|
+
<PRE class="example">
|
|
174
|
+
7z b -mm=swap4 -mtic=31
|
|
175
|
+
</PRE>
|
|
176
|
+
<P>runs swap4 filter encoding decoding for different number of threads. Also
|
|
177
|
+
benchmark comptexity is reduced to (2^31) ticks.
|
|
178
|
+
swap4 is filter that changes the order of bytes in each 4-bytes block of data.
|
|
179
|
+
It can use vector instructions (SSE*/AVX2/NEON).
|
|
180
|
+
The results can be limited memory reading/writing bandwidth.
|
|
181
|
+
So result can show available Cache/RAM bandwidth. Note: real bandwidth of memory
|
|
182
|
+
is 2 times larger than reported value, because 2 memory operations (read and write)
|
|
183
|
+
are counted as one operation in benchmark results.</P>
|
|
184
|
+
|
|
185
|
+
</BODY>
|
|
186
|
+
</HTML>
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
2
|
+
<HTML>
|
|
3
|
+
<HEAD>
|
|
4
|
+
<META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
|
|
5
|
+
<TITLE>d (Delete) command</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>d (Delete) command</H1>
|
|
12
|
+
|
|
13
|
+
<P>Deletes files from archive.</P>
|
|
14
|
+
|
|
15
|
+
<H4>Example</H4>
|
|
16
|
+
|
|
17
|
+
<PRE class="example">
|
|
18
|
+
7z d archive.zip *.bak -r
|
|
19
|
+
</PRE>
|
|
20
|
+
|
|
21
|
+
<P>deletes <SPAN class="filename">*.bak</SPAN> files from archive
|
|
22
|
+
<SPAN class="filename">archive.zip</SPAN>.</P>
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
<H4>Notes</H4>
|
|
26
|
+
|
|
27
|
+
<P>7-Zip doesn't use the system wildcard parser. 7-Zip doesn't
|
|
28
|
+
follow the archaic rule by which *.* means any file. 7-Zip treats
|
|
29
|
+
*.* as matching the name of any file that has an extension. To process
|
|
30
|
+
all files, you must use a * wildcard.</P>
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
<H4>Switches that can be used with this command</H4>
|
|
34
|
+
|
|
35
|
+
<P>
|
|
36
|
+
<A href="../switches/bb.htm"> -bb (Set output log level)</A><BR>
|
|
37
|
+
<A href="../switches/include.htm">-i (Include)</A><BR>
|
|
38
|
+
<A href="../switches/method.htm">-m (Method)</A><BR>
|
|
39
|
+
<A href="../switches/password.htm">-p (Set Password)</A><BR>
|
|
40
|
+
<A href="../switches/recurse.htm">-r (Recurse)</A><BR>
|
|
41
|
+
<A href="../switches/sns.htm">-sns (Store NTFS alternate Streams)</A><BR>
|
|
42
|
+
<A href="../switches/update.htm">-u (Update)</A><BR>
|
|
43
|
+
<A href="../switches/working_dir.htm">-w (Working Dir)</A><BR>
|
|
44
|
+
<A href="../switches/exclude.htm">-x (Exclude)</A>
|
|
45
|
+
</P>
|
|
46
|
+
|
|
47
|
+
<H4>See also</H4>
|
|
48
|
+
|
|
49
|
+
<P>
|
|
50
|
+
<B>Commands:</B>
|
|
51
|
+
<A href="add.htm">a (Add)</A>,
|
|
52
|
+
<A href="update.htm">u (Update)</A>
|
|
53
|
+
</P>
|
|
54
|
+
|
|
55
|
+
<P>
|
|
56
|
+
<B>Switches:</B>
|
|
57
|
+
<A href="../switches/spf.htm">-spf (Use fully qualified file paths)</A><BR>
|
|
58
|
+
<A href="../switches/spm.htm">-spm (Require path separator mark for directory path)</A><BR>
|
|
59
|
+
<A href="../switches/stl.htm">-stl (Set archive timestamp from the most recently modified file)</A><BR>
|
|
60
|
+
<A href="../switches/update.htm">-u (Update)</A>
|
|
61
|
+
</P>
|
|
62
|
+
|
|
63
|
+
</BODY>
|
|
64
|
+
</HTML>
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
2
|
+
<HTML>
|
|
3
|
+
<HEAD>
|
|
4
|
+
<META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
|
|
5
|
+
<TITLE>e (Extract) command</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>e (Extract) command</H1>
|
|
12
|
+
|
|
13
|
+
<P>Extracts files from an archive to the current
|
|
14
|
+
directory or to the output directory. The output directory can be specified by
|
|
15
|
+
<A href="../switches/output_dir.htm">-o (Set Output Directory)</A> switch.</P>
|
|
16
|
+
|
|
17
|
+
<P>This command copies all extracted files to one directory.
|
|
18
|
+
If you want extract files with full paths, you must use
|
|
19
|
+
<A href="extract_full.htm">x (Extract with full paths)</A> command.
|
|
20
|
+
|
|
21
|
+
<P>7-Zip will prompt the user before overwriting existing files unless
|
|
22
|
+
the user specifies the <A href="../switches/yes.htm">-y (Assume Yes on all queries)</A>
|
|
23
|
+
switch. If the user gives a <B>no</B> answer, 7-Zip will prompt for the file to be
|
|
24
|
+
extracted to a new filename. Then a <B>no</B> answer skips that file; or, <B>yes</B>
|
|
25
|
+
prompts for new filename.</P>
|
|
26
|
+
|
|
27
|
+
<P>7-Zip accepts the following responses:</P>
|
|
28
|
+
|
|
29
|
+
<TABLE>
|
|
30
|
+
<TR> <TH>Answer</TH> <TH>Abbr.</TH> <TH>Action</TH> </TR>
|
|
31
|
+
<TR> <TD>Yes</TD> <TD>y</TD> <TD> </TD> </TR>
|
|
32
|
+
<TR> <TD>No</TD> <TD>n</TD> <TD> </TD> </TR>
|
|
33
|
+
<TR> <TD>Always</TD> <TD>a</TD> <TD>Assume YES for ALL subsequent queries of the same class</TD> </TR>
|
|
34
|
+
<TR> <TD>Skip all</TD> <TD>s</TD> <TD>Assume NO for ALL subsequent queries of the same class</TD> </TR>
|
|
35
|
+
<TR> <TD>Auto rename all</TD> <TD>u</TD> <TD>Rename all extracted files that already exist in the output directory</TD> </TR>
|
|
36
|
+
<TR> <TD>Quit</TD> <TD>q</TD> <TD>Quit the program</TD> </TR>
|
|
37
|
+
|
|
38
|
+
</TABLE>
|
|
39
|
+
|
|
40
|
+
<P>Abbreviated responses are allowed.</P>
|
|
41
|
+
|
|
42
|
+
<H4>Examples</H4>
|
|
43
|
+
|
|
44
|
+
<PRE class="example">
|
|
45
|
+
7z e archive.zip
|
|
46
|
+
</PRE>
|
|
47
|
+
|
|
48
|
+
<P>extracts all files from archive
|
|
49
|
+
<SPAN class="filename">archive.zip</SPAN> to the current directory.</P>
|
|
50
|
+
|
|
51
|
+
<PRE class="example">
|
|
52
|
+
7z e archive.zip -oc:\soft *.cpp -r
|
|
53
|
+
</PRE>
|
|
54
|
+
|
|
55
|
+
<P>extracts all <SPAN class="filename">*.cpp</SPAN> files from archive
|
|
56
|
+
<SPAN class="filename">archive.zip</SPAN> to <SPAN class="filename">c:\soft</SPAN> folder.</P>
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
<H4>Notes</H4>
|
|
60
|
+
|
|
61
|
+
<P>7-Zip doesn't use the system wildcard parser. 7-Zip doesn't
|
|
62
|
+
follow the archaic rule by which *.* means any file. 7-Zip treats
|
|
63
|
+
*.* as matching the name of any file that has an extension. To process
|
|
64
|
+
all files, you must use a * wildcard.</P>
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
<H4>Switches that can be used with this command</H4>
|
|
68
|
+
|
|
69
|
+
<P>
|
|
70
|
+
<A href="../switches/ar_include.htm">-ai (Include archives)</A><BR>
|
|
71
|
+
<A href="../switches/ar_no.htm">-an (Disable parsing of archive_name)</A><BR>
|
|
72
|
+
<A href="../switches/overwrite.htm">-ao (Overwrite mode)</A><BR>
|
|
73
|
+
<A href="../switches/ar_exclude.htm">-ax (Exclude archives)</A><BR>
|
|
74
|
+
<A href="../switches/bb.htm"> -bb (Set output log level)</A><BR>
|
|
75
|
+
<A href="../switches/include.htm">-i (Include)</A><BR>
|
|
76
|
+
<A href="../switches/method.htm">-m (Method)</A><BR>
|
|
77
|
+
<A href="../switches/output_dir.htm">-o (Set Output Directory)</A><BR>
|
|
78
|
+
<A href="../switches/password.htm">-p (Set Password)</A><BR>
|
|
79
|
+
<A href="../switches/recurse.htm">-r (Recurse)</A><BR>
|
|
80
|
+
<A href="../switches/stdin.htm">-si (use StdIn)</A><BR>
|
|
81
|
+
<A href="../switches/sni.htm">-sni (Store NT security information)</A><BR>
|
|
82
|
+
<A href="../switches/sns.htm">-sns (Store NTFS alternate Streams)</A><BR>
|
|
83
|
+
<A href="../switches/stdout.htm">-so (use StdOut)</A><BR>
|
|
84
|
+
<A href="../switches/spf.htm">-spf (Use fully qualified file paths)</A><BR>
|
|
85
|
+
<A href="../switches/spm.htm">-spm (Require path separator mark for directory path)</A><BR>
|
|
86
|
+
<A href="../switches/stx.htm">-stx (Exclude archive type)</A><BR>
|
|
87
|
+
<A href="../switches/type.htm">-t (Type of archive)</A><BR>
|
|
88
|
+
<A href="../switches/exclude.htm">-x (Exclude)</A><BR>
|
|
89
|
+
<A href="../switches/yes.htm">-y (Assume Yes on all queries)</A><BR>
|
|
90
|
+
<A href="../switches/scrc.htm">-scrc (Set hash method)</A><BR>
|
|
91
|
+
</P>
|
|
92
|
+
|
|
93
|
+
<H4>See also</H4>
|
|
94
|
+
|
|
95
|
+
<P>
|
|
96
|
+
<B>Commands:</B>
|
|
97
|
+
<A href="extract_full.htm">x (Extract with full paths)</A>
|
|
98
|
+
</P>
|
|
99
|
+
|
|
100
|
+
</BODY>
|
|
101
|
+
</HTML>
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
2
|
+
<HTML>
|
|
3
|
+
<HEAD>
|
|
4
|
+
<META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
|
|
5
|
+
<TITLE>x (Extract with full paths) command</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>x (Extract with full paths) command</H1>
|
|
12
|
+
|
|
13
|
+
<P>Extracts files from an archive with their full
|
|
14
|
+
paths in the current directory, or in an output directory if specified.</P>
|
|
15
|
+
|
|
16
|
+
<P>See the <A href="extract.htm">e (Extract)</A> command description for more details.</P>
|
|
17
|
+
|
|
18
|
+
<H4>Examples</H4>
|
|
19
|
+
|
|
20
|
+
<PRE class="example">
|
|
21
|
+
7z x archive.zip
|
|
22
|
+
</PRE>
|
|
23
|
+
|
|
24
|
+
<P>extracts all files from the archive
|
|
25
|
+
<SPAN class="filename">archive.zip</SPAN> to the current directory.</P>
|
|
26
|
+
|
|
27
|
+
<PRE class="example">
|
|
28
|
+
7z x archive.zip -oc:\soft *.cpp -r
|
|
29
|
+
</PRE>
|
|
30
|
+
|
|
31
|
+
<P>extracts all <SPAN class="filename">*.cpp</SPAN> files from the archive
|
|
32
|
+
<SPAN class="filename">archive.zip</SPAN> to <SPAN class="filename">c:\soft</SPAN> folder.</P>
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
<H4>Notes</H4>
|
|
36
|
+
|
|
37
|
+
<P>7-Zip doesn't use the system wildcard parser. 7-Zip doesn't
|
|
38
|
+
follow the archaic rule by which *.* means any file. 7-Zip treats
|
|
39
|
+
*.* as matching the name of any file that has an extension. To process
|
|
40
|
+
all files, you must use a * wildcard.</P>
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
<H4>Switches that can be used with this command</H4>
|
|
44
|
+
|
|
45
|
+
<P>
|
|
46
|
+
<A href="../switches/ar_include.htm">-ai (Include archives)</A><BR>
|
|
47
|
+
<A href="../switches/ar_no.htm">-an (Disable parsing of archive_name)</A><BR>
|
|
48
|
+
<A href="../switches/overwrite.htm">-ao (Overwrite mode)</A><BR>
|
|
49
|
+
<A href="../switches/ar_exclude.htm">-ax (Exclude archives)</A><BR>
|
|
50
|
+
<A href="../switches/bb.htm"> -bb (Set output log level)</A><BR>
|
|
51
|
+
<A href="../switches/include.htm">-i (Include)</A><BR>
|
|
52
|
+
<A href="../switches/method.htm">-m (Method)</A><BR>
|
|
53
|
+
<A href="../switches/output_dir.htm">-o (Set Output Directory)</A><BR>
|
|
54
|
+
<A href="../switches/password.htm">-p (Set Password)</A><BR>
|
|
55
|
+
<A href="../switches/recurse.htm">-r (Recurse)</A><BR>
|
|
56
|
+
<A href="../switches/stdin.htm">-si (use StdIn)</A><BR>
|
|
57
|
+
<A href="../switches/sni.htm">-sni (Store NT security information)</A><BR>
|
|
58
|
+
<A href="../switches/sns.htm">-sns (Store NTFS alternate Streams)</A><BR>
|
|
59
|
+
<A href="../switches/stdout.htm">-so (use StdOut)</A><BR>
|
|
60
|
+
<A href="../switches/spf.htm">-spf (Use fully qualified file paths)</A><BR>
|
|
61
|
+
<A href="../switches/spm.htm">-spm (Require path separator mark for directory path)</A><BR>
|
|
62
|
+
<A href="../switches/stx.htm">-stx (Exclude archive type)</A><BR>
|
|
63
|
+
<A href="../switches/type.htm">-t (Type of archive)</A><BR>
|
|
64
|
+
<A href="../switches/exclude.htm">-x (Exclude)</A><BR>
|
|
65
|
+
<A href="../switches/yes.htm">-y (Assume Yes on all queries)</A><BR>
|
|
66
|
+
<A href="../switches/scrc.htm">-scrc (Set hash method)</A><BR>
|
|
67
|
+
</P>
|
|
68
|
+
|
|
69
|
+
<H4>See also</H4>
|
|
70
|
+
|
|
71
|
+
<P>
|
|
72
|
+
<B>Commands:</B>
|
|
73
|
+
<A href="extract.htm">e (Extract)</A>
|
|
74
|
+
</P>
|
|
75
|
+
|
|
76
|
+
</BODY>
|
|
77
|
+
</HTML>
|