source: main/trunk/release-kits/shared/mac/p7z-essentials/DOCS/MANUAL/commands/list.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: 2.0 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>l (List contents of archive) command</TITLE>
6 <LINK href="style.css" rel="stylesheet" type="text/css">
7</HEAD>
8
9<BODY>
10
11<H1>l (List contents of archive) command</H1>
12
13
14
15<!--
16<H4>Syntax</H4>
17<P><PRE class="syntax">
18l[a | t][f]
19</PRE></P>
20
21-->
22
23<P>Lists contents of archive.</P>
24
25<!--
26<P>The following options can be used:</P>
27<TABLE>
28<TR> <TH>Option</TH> <TH>Description</TH> </TR>
29<TR> <TD>a</TD> <TD>List with Additional fields</TD> </TR>
30<TR> <TD>t</TD> <TD>List with all fields, including Technical</TD> </TR>
31<TR> <TD>f</TD> <TD>List with Full pathnames</TD> </TR>
32</TABLE>
33-->
34
35
36<H4>Examples</H4>
37
38<PRE class="example">
397z l archive.zip
40</PRE>
41
42<P>lists all files from archive <SPAN class="filename">archive.zip</SPAN>.</P>
43
44<!--
45<PRE class="example">
467z lf archive.zip *.txt
47</PRE>
48
49<P>lists <SPAN class="filename">*.txt</SPAN> files from archive
50 <SPAN class="filename">archive.zip</SPAN> with full pathnames.</P>
51-->
52
53
54<H4>Notes</H4>
55
56<P>7-Zip doesn't uses the system wildcard parser. 7-Zip doesn't
57follow the archaic rule by which *.* means any file. 7-Zip treats
58*.* as matching the name of any file that has an extension. To process
59all files, you must use a * wildcard.</P>
60
61
62<H4>Switches that can be used with this command</H4>
63
64<P>
65 <A href="../switches/ar_include.htm">-ai (Include archives)</A><BR>
66 <A href="../switches/ar_no.htm">-an (Disable parsing of archive_name)</A><BR>
67 <A href="../switches/ar_exclude.htm">-ax (Exclude archives)</A><BR>
68 <A href="../switches/include.htm">-i (Include)</A><BR>
69 <A href="../switches/list_tech.htm">-slt (Show technical information)</A><BR>
70 <A href="../switches/password.htm">-p (Set Password)</A><BR>
71 <A href="../switches/recurse.htm">-r (Recurse)</A><BR>
72 <A href="../switches/type.htm">-t (Type of archive)</A><BR>
73 <A href="../switches/exclude.htm">-x (Exclude)</A>
74</P>
75
76</BODY>
77</HTML>
Note: See TracBrowser for help on using the repository browser.