source: other-projects/expeditee-release-kits/shared/linux/p7z-essentials/DOCS/MANUAL/switches/ar_include.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: 2.5 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>-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">
567z t -an -air!*.7z
57</PRE>
58
59<P>tests <SPAN class="filename">*.7z</SPAN> archives in current directory and all it's
60subdirectories.</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>
Note: See TracBrowser for help on using the repository browser.