~ubuntu-branches/ubuntu/precise/p7zip/precise-updates

« back to all changes in this revision

Viewing changes to GUI/help/cmdline/switches/ar_include.htm

  • Committer: Bazaar Package Importer
  • Author(s): Mohammed Adnène Trojette
  • Date: 2009-02-14 20:12:27 UTC
  • mfrom: (1.1.11 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090214201227-go63qxm9ozfdma60
Tags: 4.65~dfsg.1-1
* New upstream release.
* Remove wx2.8 Build-Depends added by mistakes (7zG is not yet
  intended to be built).
* Use dh_clean without -k.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>-ai (Include archive filenames) switch</TITLE>
 
6
  <LINK href="style.css" rel="stylesheet" type="text/css">
 
7
</HEAD>
 
8
 
 
9
<BODY>
 
10
 
 
11
<H1>-ai (Include archive filenames) switch</H1>
 
12
 
 
13
<P>Specifies additional include archive filenames and wildcards.</P>
 
14
<P>Multiple include switches are supported.</P>
 
15
 
 
16
<H4>Syntax</H4>
 
17
 
 
18
<PRE class="syntax">
 
19
-ai[<A class="parameter" href="#recurse_type">&lt;recurse_type></A>]<A class="parameter" href="#file_ref">&lt;file_ref></A>
 
20
 
 
21
<A class="parameter" href="#recurse_type">&lt;recurse_type></A> ::= r[- | 0]
 
22
<A class="parameter" href="#file_ref">&lt;file_ref></A> ::= @{listfile} | !{wildcard}
 
23
</PRE>
 
24
 
 
25
<H4>Parameters</H4>
 
26
 
 
27
<DL>
 
28
  <DT><A name="recurse_type"></A>&lt;recurse_type></DT>
 
29
  <DD><P>Specifies how wildcards and file names in this switch must
 
30
         be used.  If this option is not given, recursion will be not used.
 
31
         For more details see specification of the
 
32
         <A href="recurse.htm">-r (Recurse)</A> switch.</P>
 
33
<PRE class="syntax">
 
34
&lt;recurse_type> ::= r[- | 0]
 
35
</PRE>
 
36
 
 
37
 </DD>
 
38
 <DT><A name="file_ref"></A>&lt;file_ref></DT>
 
39
 <DD>
 
40
   <P>Specifies filenames and wildcards or list file that specify processed files.</P>
 
41
<PRE class="syntax">
 
42
&lt;file_ref> ::= @{listfile} | !{wildcard}
 
43
</PRE>
 
44
   <TABLE>
 
45
     <TR> <TH width="120">Option</TH> <TH>Description</TH> </TR>
 
46
     <TR> <TD>{listfile}</TD> <TD>Specifies name of list file. See
 
47
                  <A href = ../syntax.htm#ListFile>List file</A> description.</TD> </TR>
 
48
     <TR> <TD>{wildcard}</TD> <TD>Specifies wildcard or filename.</TD> </TR>
 
49
   </TABLE>
 
50
 </DD>
 
51
</DL>
 
52
 
 
53
<H4>Examples</H4>
 
54
 
 
55
<PRE class="example">
 
56
7z t -an -air!*.7z
 
57
</PRE>
 
58
 
 
59
<P>tests <SPAN class="filename">*.7z</SPAN> archives in current directory and all it's 
 
60
subdirectories.</P>
 
61
 
 
62
<H4>Commands that can be used with this switch</H4>
 
63
 
 
64
<P>
 
65
  <A href="../commands/add.htm">a (Add)</A>,
 
66
  <A href="../commands/delete.htm">d (Delete)</A>,
 
67
  <A href="../commands/extract.htm">e (Extract)</A>,
 
68
  <A href="../commands/list.htm">l (List)</A>,
 
69
  <A href="../commands/test.htm">t (Test)</A>,
 
70
  <A href="../commands/update.htm">u (Update)</A>,
 
71
  <A href="../commands/extract_full.htm">x (Extract with full paths)</A>
 
72
</P>
 
73
 
 
74
<H4>See also</H4>
 
75
 
 
76
<P>
 
77
  <B>Switches:</B>
 
78
  <A href="ar_exclude.htm">-ax (Exclude archives)</A>
 
79
  <A href="ar_no.htm">-an (Disable parsing of archive_name)</A>
 
80
</P>
 
81
 
 
82
</BODY>
 
83
</HTML>