source: other-projects/expeditee-release-kits/shared/linux/p7z-essentials/DOCS/MANUAL/commands/test.htm@ 28714

Last change on this file since 28714 was 28714, checked in by ak19, 10 years ago

jts21 - Customising the shared/linux folder for expeditee, meaning that now it's no longer an svn:external from greenstone. Add self extracting 32/64 bit Java 8 JREs, and files + instructions for creating them.

File size: 1.3 KB
Line 
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>t (Test integrity of archive) command</TITLE>
6 <LINK href="style.css" rel="stylesheet" type="text/css">
7</HEAD>
8
9<BODY>
10
11<H1>t (Test integrity of archive) command</H1>
12
13<P>Tests archive files.</P>
14
15<H4>Example</H4>
16
17<PRE class="example">
187z t archive.zip *.doc -r
19</PRE>
20
21<P>tests <SPAN class="filename">*.doc</SPAN> files in archive
22 <SPAN class="filename">archive.zip</SPAN>.</P>
23
24
25<H4>Notes</H4>
26
27<P>7-Zip doesn't uses the system wildcard parser. 7-Zip doesn't
28follow 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
30all 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/ar_include.htm">-ai (Include archives)</A><BR>
37 <A href="../switches/ar_no.htm">-an (Disable parsing of archive_name)</A><BR>
38 <A href="../switches/ar_exclude.htm">-ax (Exclude archives)</A><BR>
39 <A href="../switches/include.htm">-i (Include)</A><BR>
40 <A href="../switches/password.htm">-p (Set Password)</A><BR>
41 <A href="../switches/recurse.htm">-r (Recurse)</A><BR>
42 <A href="../switches/exclude.htm">-x (Exclude)</A>
43</P>
44
45</BODY>
46</HTML>
Note: See TracBrowser for help on using the repository browser.