source: other-projects/expeditee-release-kits/shared/linux/p7z-essentials/DOCS/MANUAL/switches/ar_no.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>-an (Disable parsing of archive_name) switch</TITLE>
6 <LINK href="style.css" rel="stylesheet" type="text/css">
7</HEAD>
8
9<BODY>
10
11<H1>-an (Disable parsing of archive_name) switch</H1>
12
13<P>Disables parsing of the archive_name field on the command line.
14This switch must be used with the
15<A href="include.htm">-ai (Include archives) switch</A>.
16If you use a file list for your archives, you specify it with the -ai switch,
17so you need to disable parsing of archive_name field from command line.
18
19<H4>Syntax</H4>
20
21<PRE class="syntax">
22-an
23</PRE>
24
25<H4>Examples</H4>
26
27<PRE class="example">
287z t -an -ai!*.7z -ax!a*.7z
29</PRE>
30
31<P>tests all <SPAN class="filename">*.7z</SPAN> archives,
32 except <SPAN class="filename">a*.7z</SPAN> archives.</P>
33
34<H4>Commands that can be used with this switch</H4>
35
36<P>
37 <A href="../commands/extract.htm">e (Extract)</A>,
38 <A href="../commands/list.htm">l (List)</A>,
39 <A href="../commands/test.htm">t (Test)</A>,
40 <A href="../commands/extract_full.htm">x (Extract with full paths)</A>
41</P>
42
43<H4>See also</H4>
44
45<P>
46 <B>Switches:</B>
47 <A href="include.htm">-ai (Include archives)</A>
48 <A href="exclude.htm">-ax (Exclude archives)</A>
49</P>
50
51</BODY>
52</HTML>
Note: See TracBrowser for help on using the repository browser.