File: test.htm

package info (click to toggle)
p7zip 4.58~dfsg.1-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,248 kB
  • ctags: 9,827
  • sloc: cpp: 59,866; ansic: 6,781; makefile: 1,520; sh: 814; asm: 160
file content (37 lines) | stat: -rw-r--r-- 1,073 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
  <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
  <TITLE>t (Test integrity of archive) command</TITLE>
  <LINK href="style.css" rel="stylesheet" type="text/css">
</HEAD>

<BODY>

<H1>t (Test integrity of archive) command</H1>

<P>Tests archive files.</P>

<H4>Example</H4>

<PRE class="example">
7z t archive.zip *.doc -r
</PRE>

<P>tests <SPAN class="filename">*.doc</SPAN> files in archive
    <SPAN class="filename">archive.zip</SPAN>.</P>

<H4>Switches that can be used with this command</H4>

<P>
  <A href="../switches/ar_include.htm">-ai (Include archives)</A><BR>
  <A href="../switches/ar_no.htm">-an (Disable parsing of archive_name)</A><BR>
  <A href="../switches/ar_exclude.htm">-ax (Exclude archives)</A><BR>
  <A href="../switches/include.htm">-i (Include)</A><BR>
  <A href="../switches/password.htm">-p (Set Password)</A><BR>
  <A href="../switches/recurse.htm">-r (Recurse)</A><BR>
  <A href="../switches/exclude.htm">-x (Exclude)</A>
</P>

</BODY>
</HTML>