source: main/trunk/release-kits/shared/mac/p7z-essentials/DOCS/MANUAL/switches/ar_exclude.htm@ 30095

Last change on this file since 30095 was 30095, checked in by ak19, 9 years ago

We've decided to include a JRE for Mac Greenstone binaries, since later versions of Macs (like Yosemite) do not come with Java. Adding the generated jre 1.7.0_79 self-extracting binary and its related p7z component. Jeremy had long ago compiled up the p7z-essentials binaries 7za and 7zCon.sfx on the Mac that are necessary for generating the Mac self-extracting jre binary.

File size: 1.4 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>-ax (Exclude archive filenames) switch</TITLE>
6 <LINK href="style.css" rel="stylesheet" type="text/css">
7</HEAD>
8
9<BODY>
10
11<H1>-ax (Exclude archive filenames) switch</H1>
12
13<P>Specifies archives to be excluded from the operation.</P>
14<P>Multiple exclude archive switches are supported.</P>
15
16<H4>Syntax</H4>
17
18<PRE class="syntax">
19-ax[&lt;recurse_type>]&lt;file_ref>
20
21&lt;recurse_type> ::= r[- | 0]
22&lt;file_ref> ::= @{listfile} | !{wildcard}
23</PRE>
24
25<P>See <A href="include.htm">-xi (Include archive filenames)</A> switch description
26for information about option parameters.</P>
27
28
29<H4>Examples</H4>
30
31<PRE class="example">
327z t -an -ai!*.7z -ax!a*.7z
33</PRE>
34
35<P>tests all <SPAN class="filename">*.7z</SPAN> archives,
36 except <SPAN class="filename">a*.7z</SPAN> archives.</P>
37
38<H4>Commands that can be used with this switch</H4>
39
40<P>
41 <A href="../commands/extract.htm">e (Extract)</A>,
42 <A href="../commands/list.htm">l (List)</A>,
43 <A href="../commands/test.htm">t (Test)</A>,
44 <A href="../commands/extract_full.htm">x (Extract with full paths)</A>
45</P>
46
47<H4>See also</H4>
48
49<P>
50 <B>Switches:</B>
51 <A href="include.htm">-ai (Include archives)</A>
52 <A href="ar_no.htm">-an (Disable parsing of archive_name)</A>
53</P>
54
55</BODY>
56</HTML>
Note: See TracBrowser for help on using the repository browser.