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.
Files changed (169) hide show
  1. package/README.md +23 -0
  2. package/build/GloscMcp.js +207 -0
  3. package/build/GloscTools.js +495 -0
  4. package/build/index.js +12 -0
  5. package/libs/7z/Linux/7zz +0 -0
  6. package/libs/7z/Linux/7zzs +0 -0
  7. package/libs/7z/Linux/History.txt +178 -0
  8. package/libs/7z/Linux/License.txt +144 -0
  9. package/libs/7z/Linux/MANUAL/cmdline/commands/add.htm +96 -0
  10. package/libs/7z/Linux/MANUAL/cmdline/commands/bench.htm +186 -0
  11. package/libs/7z/Linux/MANUAL/cmdline/commands/delete.htm +64 -0
  12. package/libs/7z/Linux/MANUAL/cmdline/commands/extract.htm +101 -0
  13. package/libs/7z/Linux/MANUAL/cmdline/commands/extract_full.htm +77 -0
  14. package/libs/7z/Linux/MANUAL/cmdline/commands/hash.htm +101 -0
  15. package/libs/7z/Linux/MANUAL/cmdline/commands/index.htm +36 -0
  16. package/libs/7z/Linux/MANUAL/cmdline/commands/list.htm +79 -0
  17. package/libs/7z/Linux/MANUAL/cmdline/commands/rename.htm +51 -0
  18. package/libs/7z/Linux/MANUAL/cmdline/commands/style.css +232 -0
  19. package/libs/7z/Linux/MANUAL/cmdline/commands/test.htm +51 -0
  20. package/libs/7z/Linux/MANUAL/cmdline/commands/update.htm +74 -0
  21. package/libs/7z/Linux/MANUAL/cmdline/exit_codes.htm +27 -0
  22. package/libs/7z/Linux/MANUAL/cmdline/index.htm +29 -0
  23. package/libs/7z/Linux/MANUAL/cmdline/style.css +232 -0
  24. package/libs/7z/Linux/MANUAL/cmdline/switches/ar_exclude.htm +58 -0
  25. package/libs/7z/Linux/MANUAL/cmdline/switches/ar_include.htm +84 -0
  26. package/libs/7z/Linux/MANUAL/cmdline/switches/ar_no.htm +52 -0
  27. package/libs/7z/Linux/MANUAL/cmdline/switches/bb.htm +61 -0
  28. package/libs/7z/Linux/MANUAL/cmdline/switches/bs.htm +67 -0
  29. package/libs/7z/Linux/MANUAL/cmdline/switches/charset.htm +61 -0
  30. package/libs/7z/Linux/MANUAL/cmdline/switches/email.htm +43 -0
  31. package/libs/7z/Linux/MANUAL/cmdline/switches/exclude.htm +81 -0
  32. package/libs/7z/Linux/MANUAL/cmdline/switches/include.htm +152 -0
  33. package/libs/7z/Linux/MANUAL/cmdline/switches/index.htm +117 -0
  34. package/libs/7z/Linux/MANUAL/cmdline/switches/large_pages.htm +60 -0
  35. package/libs/7z/Linux/MANUAL/cmdline/switches/list_tech.htm +36 -0
  36. package/libs/7z/Linux/MANUAL/cmdline/switches/method.htm +1067 -0
  37. package/libs/7z/Linux/MANUAL/cmdline/switches/output_dir.htm +53 -0
  38. package/libs/7z/Linux/MANUAL/cmdline/switches/overwrite.htm +56 -0
  39. package/libs/7z/Linux/MANUAL/cmdline/switches/password.htm +80 -0
  40. package/libs/7z/Linux/MANUAL/cmdline/switches/recurse.htm +104 -0
  41. package/libs/7z/Linux/MANUAL/cmdline/switches/sa.htm +58 -0
  42. package/libs/7z/Linux/MANUAL/cmdline/switches/scc.htm +42 -0
  43. package/libs/7z/Linux/MANUAL/cmdline/switches/scrc.htm +54 -0
  44. package/libs/7z/Linux/MANUAL/cmdline/switches/sdel.htm +39 -0
  45. package/libs/7z/Linux/MANUAL/cmdline/switches/sfx.htm +154 -0
  46. package/libs/7z/Linux/MANUAL/cmdline/switches/shared.htm +40 -0
  47. package/libs/7z/Linux/MANUAL/cmdline/switches/sni.htm +56 -0
  48. package/libs/7z/Linux/MANUAL/cmdline/switches/sns.htm +77 -0
  49. package/libs/7z/Linux/MANUAL/cmdline/switches/spf.htm +80 -0
  50. package/libs/7z/Linux/MANUAL/cmdline/switches/spm.htm +72 -0
  51. package/libs/7z/Linux/MANUAL/cmdline/switches/ssc.htm +50 -0
  52. package/libs/7z/Linux/MANUAL/cmdline/switches/stdin.htm +56 -0
  53. package/libs/7z/Linux/MANUAL/cmdline/switches/stdout.htm +54 -0
  54. package/libs/7z/Linux/MANUAL/cmdline/switches/stl.htm +39 -0
  55. package/libs/7z/Linux/MANUAL/cmdline/switches/stop_switch.htm +32 -0
  56. package/libs/7z/Linux/MANUAL/cmdline/switches/stx.htm +50 -0
  57. package/libs/7z/Linux/MANUAL/cmdline/switches/style.css +232 -0
  58. package/libs/7z/Linux/MANUAL/cmdline/switches/type.htm +146 -0
  59. package/libs/7z/Linux/MANUAL/cmdline/switches/update.htm +179 -0
  60. package/libs/7z/Linux/MANUAL/cmdline/switches/volume.htm +49 -0
  61. package/libs/7z/Linux/MANUAL/cmdline/switches/working_dir.htm +56 -0
  62. package/libs/7z/Linux/MANUAL/cmdline/switches/yes.htm +48 -0
  63. package/libs/7z/Linux/MANUAL/cmdline/syntax.htm +118 -0
  64. package/libs/7z/Linux/MANUAL/general/7z.htm +117 -0
  65. package/libs/7z/Linux/MANUAL/general/faq.htm +125 -0
  66. package/libs/7z/Linux/MANUAL/general/formats.htm +104 -0
  67. package/libs/7z/Linux/MANUAL/general/index.htm +28 -0
  68. package/libs/7z/Linux/MANUAL/general/license.htm +26 -0
  69. package/libs/7z/Linux/MANUAL/general/performance.htm +55 -0
  70. package/libs/7z/Linux/MANUAL/general/register.htm +24 -0
  71. package/libs/7z/Linux/MANUAL/general/style.css +232 -0
  72. package/libs/7z/Linux/MANUAL/general/thanks.htm +44 -0
  73. package/libs/7z/Linux/MANUAL/start.htm +38 -0
  74. package/libs/7z/Linux/MANUAL/style.css +232 -0
  75. package/libs/7z/Linux/readme.txt +100 -0
  76. package/libs/7z/README.md +1 -0
  77. package/libs/7z/macOS/7zz +0 -0
  78. package/libs/7z/macOS/History.txt +178 -0
  79. package/libs/7z/macOS/License.txt +144 -0
  80. package/libs/7z/macOS/MANUAL/cmdline/commands/add.htm +96 -0
  81. package/libs/7z/macOS/MANUAL/cmdline/commands/bench.htm +186 -0
  82. package/libs/7z/macOS/MANUAL/cmdline/commands/delete.htm +64 -0
  83. package/libs/7z/macOS/MANUAL/cmdline/commands/extract.htm +101 -0
  84. package/libs/7z/macOS/MANUAL/cmdline/commands/extract_full.htm +77 -0
  85. package/libs/7z/macOS/MANUAL/cmdline/commands/hash.htm +101 -0
  86. package/libs/7z/macOS/MANUAL/cmdline/commands/index.htm +36 -0
  87. package/libs/7z/macOS/MANUAL/cmdline/commands/list.htm +79 -0
  88. package/libs/7z/macOS/MANUAL/cmdline/commands/rename.htm +51 -0
  89. package/libs/7z/macOS/MANUAL/cmdline/commands/style.css +232 -0
  90. package/libs/7z/macOS/MANUAL/cmdline/commands/test.htm +51 -0
  91. package/libs/7z/macOS/MANUAL/cmdline/commands/update.htm +74 -0
  92. package/libs/7z/macOS/MANUAL/cmdline/exit_codes.htm +27 -0
  93. package/libs/7z/macOS/MANUAL/cmdline/index.htm +29 -0
  94. package/libs/7z/macOS/MANUAL/cmdline/style.css +232 -0
  95. package/libs/7z/macOS/MANUAL/cmdline/switches/ar_exclude.htm +58 -0
  96. package/libs/7z/macOS/MANUAL/cmdline/switches/ar_include.htm +84 -0
  97. package/libs/7z/macOS/MANUAL/cmdline/switches/ar_no.htm +52 -0
  98. package/libs/7z/macOS/MANUAL/cmdline/switches/bb.htm +61 -0
  99. package/libs/7z/macOS/MANUAL/cmdline/switches/bs.htm +67 -0
  100. package/libs/7z/macOS/MANUAL/cmdline/switches/charset.htm +61 -0
  101. package/libs/7z/macOS/MANUAL/cmdline/switches/email.htm +43 -0
  102. package/libs/7z/macOS/MANUAL/cmdline/switches/exclude.htm +81 -0
  103. package/libs/7z/macOS/MANUAL/cmdline/switches/include.htm +152 -0
  104. package/libs/7z/macOS/MANUAL/cmdline/switches/index.htm +117 -0
  105. package/libs/7z/macOS/MANUAL/cmdline/switches/large_pages.htm +60 -0
  106. package/libs/7z/macOS/MANUAL/cmdline/switches/list_tech.htm +36 -0
  107. package/libs/7z/macOS/MANUAL/cmdline/switches/method.htm +1067 -0
  108. package/libs/7z/macOS/MANUAL/cmdline/switches/output_dir.htm +53 -0
  109. package/libs/7z/macOS/MANUAL/cmdline/switches/overwrite.htm +56 -0
  110. package/libs/7z/macOS/MANUAL/cmdline/switches/password.htm +80 -0
  111. package/libs/7z/macOS/MANUAL/cmdline/switches/recurse.htm +104 -0
  112. package/libs/7z/macOS/MANUAL/cmdline/switches/sa.htm +58 -0
  113. package/libs/7z/macOS/MANUAL/cmdline/switches/scc.htm +42 -0
  114. package/libs/7z/macOS/MANUAL/cmdline/switches/scrc.htm +54 -0
  115. package/libs/7z/macOS/MANUAL/cmdline/switches/sdel.htm +39 -0
  116. package/libs/7z/macOS/MANUAL/cmdline/switches/sfx.htm +154 -0
  117. package/libs/7z/macOS/MANUAL/cmdline/switches/shared.htm +40 -0
  118. package/libs/7z/macOS/MANUAL/cmdline/switches/sni.htm +56 -0
  119. package/libs/7z/macOS/MANUAL/cmdline/switches/sns.htm +77 -0
  120. package/libs/7z/macOS/MANUAL/cmdline/switches/spf.htm +80 -0
  121. package/libs/7z/macOS/MANUAL/cmdline/switches/spm.htm +72 -0
  122. package/libs/7z/macOS/MANUAL/cmdline/switches/ssc.htm +50 -0
  123. package/libs/7z/macOS/MANUAL/cmdline/switches/stdin.htm +56 -0
  124. package/libs/7z/macOS/MANUAL/cmdline/switches/stdout.htm +54 -0
  125. package/libs/7z/macOS/MANUAL/cmdline/switches/stl.htm +39 -0
  126. package/libs/7z/macOS/MANUAL/cmdline/switches/stop_switch.htm +32 -0
  127. package/libs/7z/macOS/MANUAL/cmdline/switches/stx.htm +50 -0
  128. package/libs/7z/macOS/MANUAL/cmdline/switches/style.css +232 -0
  129. package/libs/7z/macOS/MANUAL/cmdline/switches/type.htm +146 -0
  130. package/libs/7z/macOS/MANUAL/cmdline/switches/update.htm +179 -0
  131. package/libs/7z/macOS/MANUAL/cmdline/switches/volume.htm +49 -0
  132. package/libs/7z/macOS/MANUAL/cmdline/switches/working_dir.htm +56 -0
  133. package/libs/7z/macOS/MANUAL/cmdline/switches/yes.htm +48 -0
  134. package/libs/7z/macOS/MANUAL/cmdline/syntax.htm +118 -0
  135. package/libs/7z/macOS/MANUAL/general/7z.htm +117 -0
  136. package/libs/7z/macOS/MANUAL/general/faq.htm +125 -0
  137. package/libs/7z/macOS/MANUAL/general/formats.htm +104 -0
  138. package/libs/7z/macOS/MANUAL/general/index.htm +28 -0
  139. package/libs/7z/macOS/MANUAL/general/license.htm +26 -0
  140. package/libs/7z/macOS/MANUAL/general/performance.htm +55 -0
  141. package/libs/7z/macOS/MANUAL/general/register.htm +24 -0
  142. package/libs/7z/macOS/MANUAL/general/style.css +232 -0
  143. package/libs/7z/macOS/MANUAL/general/thanks.htm +44 -0
  144. package/libs/7z/macOS/MANUAL/start.htm +38 -0
  145. package/libs/7z/macOS/MANUAL/style.css +232 -0
  146. package/libs/7z/macOS/readme.txt +100 -0
  147. package/libs/7z/win/7za.dll +0 -0
  148. package/libs/7z/win/7za.exe +0 -0
  149. package/libs/7z/win/7zxa.dll +0 -0
  150. package/libs/7z/win/Far/7-ZipEng.hlf +85 -0
  151. package/libs/7z/win/Far/7-ZipEng.lng +220 -0
  152. package/libs/7z/win/Far/7-ZipFar.dll +0 -0
  153. package/libs/7z/win/Far/7-ZipFar64.dll +0 -0
  154. package/libs/7z/win/Far/7-ZipRus.hlf +84 -0
  155. package/libs/7z/win/Far/7-ZipRus.lng +220 -0
  156. package/libs/7z/win/Far/7zToFar.ini +67 -0
  157. package/libs/7z/win/Far/far7z.reg +67 -0
  158. package/libs/7z/win/Far/far7z.txt +73 -0
  159. package/libs/7z/win/License.txt +123 -0
  160. package/libs/7z/win/arm64/7-ZipFar.dll +0 -0
  161. package/libs/7z/win/arm64/7za.dll +0 -0
  162. package/libs/7z/win/arm64/7za.exe +0 -0
  163. package/libs/7z/win/arm64/7zxa.dll +0 -0
  164. package/libs/7z/win/history.txt +347 -0
  165. package/libs/7z/win/readme.txt +125 -0
  166. package/libs/7z/win/x64/7za.dll +0 -0
  167. package/libs/7z/win/x64/7za.exe +0 -0
  168. package/libs/7z/win/x64/7zxa.dll +0 -0
  169. package/package.json +50 -0
@@ -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>&nbsp;</TD> </TR>
32
+ <TR> <TD>No</TD> <TD>n</TD> <TD>&nbsp;</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>
@@ -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>h (Hash) command</TITLE>
6
+ <LINK href="style.css" rel="stylesheet" type="text/css">
7
+ </HEAD>
8
+
9
+ <BODY>
10
+
11
+ <H1>h (Hash) command</H1>
12
+
13
+ <P>Calculate hash values for files.</P>
14
+
15
+ <H4>Syntax</H4>
16
+
17
+ <PRE class="syntax">
18
+ h [-scrc{Method}] [-slf[h][s][n]]
19
+ </PRE>
20
+
21
+ <P>Supported methods: CRC32, CRC64, MD5, SHA1, SHA256, SHA384, SHA512, SHA3-256, XXH64, BLAKE2sp. Default method is CRC32.</P>
22
+
23
+ <P>Optional -slf[h][s][n] switch determines which fields should be displayed: h: hash, s: size, n: file name.
24
+ By default (without -slf switch) all these fields will be displayed.</P>
25
+
26
+ <H4>Examples</H4>
27
+
28
+ <PRE class="example">
29
+ 7z h a.txt
30
+ </PRE>
31
+
32
+ <P>calculates CRC32 for <SPAN class="filename">a.txt</SPAN>.</P>
33
+
34
+ <PRE class="example">
35
+ 7z h -scrcsha256 a.iso
36
+ </PRE>
37
+
38
+ <P>calculates SHA256 for <SPAN class="filename">a.iso</SPAN>.</P>
39
+
40
+
41
+ <PRE class="example">
42
+ 7z h -scrcsha256 -slfh -ba a.iso
43
+ </PRE>
44
+
45
+ <P>calculates SHA256 for <SPAN class="filename">a.iso</SPAN> and shows only hash value.
46
+ It doesn't show additional information about 7-zip program and about file size and file name.</P>
47
+
48
+
49
+ <PRE class="example">
50
+ 7z h *
51
+ </PRE>
52
+
53
+ <P>calculates CRC32 for all files in current folder and all subfolders.</P>
54
+
55
+ <H4>Notes</H4>
56
+
57
+ <P>7-Zip shows the hash value for each file.
58
+ It also shows the sum of the hash values and
59
+ a sum that includes all hash values of data and all hash values for filenames.</P>
60
+
61
+ <P>7-Zip represents the hash value in one of two ways:</P>
62
+ <UL>
63
+ <LI>7-Zip represents the hash value as an integer in hexadecimal format
64
+ (in uppercase letters), if the hash digest length is less than or equal to 64 bits:
65
+ CRC32, CRC64 XXH64.
66
+ <LI>7-Zip represents the hash value as a sequence of bytes in hexadecimal format
67
+ (in lowercase letters), if the hash digest length is greater than 64 bits:
68
+ MD5, SHA1, SHA256, SHA384, SHA512, SHA3-256, BLAKE2sp.
69
+ </UL>
70
+ <P>These two methods of presentation may look similar, but there is actually
71
+ a difference between them, as there is a difference between big-endian
72
+ and little-endian encodings.
73
+ The difference is in the order of the hexadecimal digits in the value shown.
74
+ </P>
75
+
76
+ <P>If more than one file is processed, 7-Zip also calculates
77
+ the arithmetic sum of the calculated hash values.
78
+ This arithmetic sum does not depend on the order of the files.
79
+ So you can compare these arithmetic sum values calculated in different
80
+ folders on different file systems.</P>
81
+
82
+ <P>The arithmetic sum value is longer than a single hash value.
83
+ Therefore, the additional hexadecimal digits of the sum value
84
+ are displayed after the minus sign: example for CRC32: "F461DFE5-0000001D".</P>
85
+
86
+
87
+ <H4>Switches that can be used with this command</H4>
88
+
89
+ <P>
90
+ <A href="../switches/include.htm">-i (Include)</A><BR>
91
+ <A href="../switches/method.htm">-m (Method)</A><BR>
92
+ <A href="../switches/recurse.htm">-r (Recurse)</A><BR>
93
+ <A href="../switches/scrc.htm">-scrc (Set hash method)</A><BR>
94
+ <A href="../switches/stdin.htm">-si (use StdIn)</A><BR>
95
+ <A href="../switches/sns.htm">-sns (Store NTFS alternate Streams)</A><BR>
96
+ <A href="../switches/shared.htm">-ssw (Compress shared files)</A><BR>
97
+ <A href="../switches/exclude.htm">-x (Exclude)</A>
98
+ </P>
99
+
100
+ </BODY>
101
+ </HTML>
@@ -0,0 +1,36 @@
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>Command Line Commands</TITLE>
6
+ <LINK href="style.css" rel=stylesheet type="text/css">
7
+ </HEAD>
8
+
9
+ <BODY>
10
+
11
+ <H1>Command Line Commands</H1>
12
+
13
+ <P>The command is the first non-switch argument on the command line.</P>
14
+ <P>Command names are not case sensitive.</P>
15
+ <P>See also <A href ="../syntax.htm">Command Line Syntax</A> for more details about using the command line.</P>
16
+
17
+ <H2>Commands quick reference</H2>
18
+
19
+ <TABLE border="1" cellpadding="3" cellspacing="0">
20
+ <TR><TH>Command</TH><TH>Description</TH></TR>
21
+ <TR> <TD><A href="add.htm">a</A></TD> <TD><A href="add.htm">Add</A></TD></TR>
22
+ <TR> <TD><A href="bench.htm">b</A></TD> <TD><A href="bench.htm">Benchmark</A></TD></TR>
23
+ <TR> <TD><A href="delete.htm">d</A></TD> <TD><A href="delete.htm">Delete</A></TD></TR>
24
+ <TR> <TD><A href="extract.htm">e</A></TD> <TD><A href="extract.htm">Extract</A></TD></TR>
25
+ <TR> <TD><A href="hash.htm">h</A></TD> <TD><A href="hash.htm">Hash</A></TD></TR>
26
+ <TR> <TD>i</A></TD> <TD>Show information about supported formats</TD></TR>
27
+ <TR> <TD><A href="list.htm">l</A></TD> <TD><A href="list.htm">List</A></TD></TR>
28
+ <TR> <TD><A href="rename.htm">rn</A></TD> <TD><A href="rename.htm">Rename</A></TD></TR>
29
+ <TR> <TD><A href="test.htm">t</A></TD> <TD><A href="test.htm">Test</A></TD></TR>
30
+ <TR> <TD><A href="update.htm">u</A></TD> <TD><A href="update.htm">Update</A></TD></TR>
31
+ <TR> <TD><A href="extract_full.htm">x</A></TD> <TD><A href="extract_full.htm">eXtract with full paths</A></TD></TR>
32
+ </TABLE>
33
+
34
+
35
+ </BODY>
36
+ </HTML>
@@ -0,0 +1,79 @@
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>l (List contents of archive) command</TITLE>
6
+ <LINK href="style.css" rel="stylesheet" type="text/css">
7
+ </HEAD>
8
+
9
+ <BODY>
10
+
11
+ <H1>l (List contents of archive) command</H1>
12
+
13
+
14
+
15
+ <!--
16
+ <H4>Syntax</H4>
17
+ <P><PRE class="syntax">
18
+ l[a | t][f]
19
+ </PRE></P>
20
+
21
+ -->
22
+
23
+ <P>Lists contents of archive.</P>
24
+
25
+ <!--
26
+ <P>The following options can be used:</P>
27
+ <TABLE>
28
+ <TR> <TH>Option</TH> <TH>Description</TH> </TR>
29
+ <TR> <TD>a</TD> <TD>List with Additional fields</TD> </TR>
30
+ <TR> <TD>t</TD> <TD>List with all fields, including Technical</TD> </TR>
31
+ <TR> <TD>f</TD> <TD>List with Full pathnames</TD> </TR>
32
+ </TABLE>
33
+ -->
34
+
35
+
36
+ <H4>Examples</H4>
37
+
38
+ <PRE class="example">
39
+ 7z l archive.zip
40
+ </PRE>
41
+
42
+ <P>lists all files from archive <SPAN class="filename">archive.zip</SPAN>.</P>
43
+
44
+ <!--
45
+ <PRE class="example">
46
+ 7z lf archive.zip *.txt
47
+ </PRE>
48
+
49
+ <P>lists <SPAN class="filename">*.txt</SPAN> files from archive
50
+ <SPAN class="filename">archive.zip</SPAN> with full pathnames.</P>
51
+ -->
52
+
53
+
54
+ <H4>Notes</H4>
55
+
56
+ <P>7-Zip doesn't use the system wildcard parser. 7-Zip doesn't
57
+ follow the archaic rule by which *.* means any file. 7-Zip treats
58
+ *.* as matching the name of any file that has an extension. To process
59
+ all files, you must use a * wildcard.</P>
60
+
61
+
62
+ <H4>Switches that can be used with this command</H4>
63
+
64
+ <P>
65
+ <A href="../switches/ar_include.htm">-ai (Include archives)</A><BR>
66
+ <A href="../switches/ar_no.htm">-an (Disable parsing of archive_name)</A><BR>
67
+ <A href="../switches/ar_exclude.htm">-ax (Exclude archives)</A><BR>
68
+ <A href="../switches/include.htm">-i (Include)</A><BR>
69
+ <A href="../switches/list_tech.htm">-slt (Show technical information)</A><BR>
70
+ <A href="../switches/sns.htm">-sns (Store NTFS alternate Streams)</A><BR>
71
+ <A href="../switches/password.htm">-p (Set Password)</A><BR>
72
+ <A href="../switches/recurse.htm">-r (Recurse)</A><BR>
73
+ <A href="../switches/stx.htm">-stx (Exclude archive type)</A><BR>
74
+ <A href="../switches/type.htm">-t (Type of archive)</A><BR>
75
+ <A href="../switches/exclude.htm">-x (Exclude)</A>
76
+ </P>
77
+
78
+ </BODY>
79
+ </HTML>
@@ -0,0 +1,51 @@
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>rn (Rename) command</TITLE>
6
+ <LINK href="style.css" rel="stylesheet" type="text/css">
7
+ </HEAD>
8
+
9
+ <BODY>
10
+
11
+ <H1>rn (Rename) command</H1>
12
+
13
+ <P>Renames files in archive.</P>
14
+
15
+ <H4>Syntax</H4>
16
+
17
+ <PRE class="syntax">
18
+ rn &lt;archive_name> &lt;src_file_1> &lt;dest_file_1> [ &lt;src_file_2> &lt;dest_file_2> ... ]
19
+ </PRE>
20
+
21
+ <H4>Example</H4>
22
+
23
+ <PRE class="example">
24
+ 7z rn a.7z old.txt new.txt 2.txt folder\2new.txt
25
+ </PRE>
26
+
27
+ <P>renames <SPAN class="filename">old.txt</SPAN> to <SPAN class="filename">new.txt</SPAN>
28
+ and <SPAN class="filename">2.txt</SPAN> to <SPAN class="filename">folder\2new.txt </SPAN>
29
+ .</P>
30
+
31
+
32
+ <H4>Notes</H4>
33
+
34
+ <H4>Switches that can be used with this command</H4>
35
+
36
+ <P>
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/stl.htm">-stl (Set archive timestamp from the most recently modified file)</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
+ <P>
48
+ </P>
49
+
50
+ </BODY>
51
+ </HTML>
@@ -0,0 +1,232 @@
1
+ body
2
+ {
3
+ padding: 0px 0px 0px 26px;
4
+ background: #ffffff;
5
+ color: #000000;
6
+ font-family: Verdana, Arial, Helvetica, sans-serif;
7
+ font-size: 80%;
8
+ }
9
+
10
+ div
11
+ {
12
+ width: 90%;
13
+ border: 2px solid #999999;
14
+ padding: 4px 8px;
15
+ background: #cccccc;
16
+ }
17
+
18
+ h1, h2, h3, h4
19
+ {
20
+ font-family: Verdana, Arial, Helvetica, sans-serif;
21
+ margin-left: -26px;
22
+ }
23
+
24
+ h1
25
+ {
26
+ font-size: 145%;
27
+ margin-top: .5em;
28
+ margin-bottom: 1em;
29
+ }
30
+
31
+ h2
32
+ {
33
+ font-size: 130%;
34
+ margin-top: 1.5em;
35
+ margin-bottom: .6em;
36
+ }
37
+
38
+ h3
39
+ {
40
+ font-size: 115%;
41
+ margin-top: 1.5em;
42
+ margin-bottom: .6em;
43
+ }
44
+
45
+ h4
46
+ {
47
+ font-size: 100%;
48
+ margin-top: 1.5em;
49
+ margin-bottom: .6em;
50
+ }
51
+
52
+ ul p, ol p, dl p
53
+ {
54
+ margin-left: 0em;
55
+ }
56
+
57
+ p
58
+ {
59
+ margin-top: .6em;
60
+ margin-bottom: .6em;
61
+ }
62
+
63
+ dl
64
+ {
65
+ /*margin-top: 0em; */
66
+ }
67
+
68
+ dt
69
+ {
70
+ margin-top: .76em;
71
+ margin-bottom: .5em;
72
+ font-weight: bold;
73
+ }
74
+
75
+ dd
76
+ {
77
+ margin-top: .5em;
78
+ margin-bottom: .5em;
79
+ margin-left: 1.9em;
80
+ }
81
+
82
+
83
+ ul, ol
84
+ {
85
+ margin-top: .6em;
86
+ margin-bottom: 0em;
87
+ }
88
+
89
+ ol
90
+ {
91
+ margin-left: 3.6em;
92
+ }
93
+
94
+ ul
95
+ {
96
+ list-style-type: disc;
97
+ margin-left: 1.9em;
98
+ }
99
+
100
+ li
101
+ {
102
+ margin-bottom: .6em;
103
+ }
104
+
105
+ ul ol, ol ol
106
+ {
107
+ list-style-type: lower-alpha;
108
+ {
109
+
110
+ /*
111
+ pre
112
+ {
113
+ margin-top: .6em;
114
+ margin-bottom: .6em;
115
+ }
116
+ */
117
+
118
+ pre,code
119
+ {
120
+ font: 100% Courier New, Courier, mono;
121
+ color: #000000;
122
+ cursor: text;
123
+ }
124
+
125
+ pre.syntax
126
+ {
127
+ background: #dddddd;
128
+ padding: 2pt,4pt
129
+ }
130
+
131
+ pre.syntax
132
+ {
133
+ color: #000000;
134
+ }
135
+
136
+ pre.example
137
+ {
138
+ margin-left: 2.0em;
139
+ /*margin-top: 12.0em;*/
140
+ /*margin-bottom: 1.0em;*/
141
+ color: #C00000;
142
+ /*padding: 10pt,20pt*/
143
+ }
144
+
145
+ table
146
+ {
147
+ /* width: 90%; */
148
+ background: #999999;
149
+ margin-top: .6em;
150
+ margin-bottom: .3em;
151
+ }
152
+
153
+ th
154
+ {
155
+ padding: 4px 8px;
156
+ background: #cccccc;
157
+ text-align: left;
158
+ font-size: 80%;
159
+ vertical-align: bottom;
160
+ }
161
+
162
+ th.cc
163
+ {
164
+ text-align: center;
165
+ vertical-align: middle;
166
+ }
167
+
168
+ td
169
+ {
170
+ padding: 4px 8px;
171
+ background: #ffffff;
172
+ vertical-align: top;
173
+ font-size: 80%;
174
+ }
175
+
176
+ td.cc
177
+ {
178
+ text-align: center;
179
+ vertical-align: middle;
180
+ }
181
+
182
+
183
+ blockquote
184
+ {
185
+ margin-left: 3.8em;
186
+ margin-right: 3.8em;
187
+ margin-top: .6em;
188
+ margin-bottom: .6em;
189
+ }
190
+
191
+ a:link
192
+ {
193
+ color: #0066ff;
194
+ }
195
+
196
+ a:visited
197
+ {
198
+ color: #996600;
199
+ }
200
+
201
+ a:hover
202
+ {
203
+ color: #cc9900;
204
+ }
205
+
206
+ a.parameter:link
207
+ {
208
+ color: #0066ff;
209
+ text-decoration:none;
210
+ }
211
+
212
+ a.parameter:visited
213
+ {
214
+ text-decoration:none;
215
+ }
216
+
217
+ div.footer
218
+ {
219
+ width: 100%;
220
+ border: none;
221
+ background: #ffffff;
222
+ margin-top: 18pt;
223
+ padding-bottom: 12pt;
224
+ color: #228B22;
225
+ text-align: center;
226
+ font-size: 70%;
227
+ }
228
+
229
+ span.filename
230
+ {
231
+ color: #F00000;
232
+ }