source: main/trunk/release-kits/shared/mac/p7z-essentials/DOCS/MANUAL/commands/index.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>Command Line Commands</TITLE>
6 <LINK href="style.css" rel=stylesheet type="text/css">
7</HEAD>
8
9<BODY>
10
11<H1>Command Line Commands</H1>
12
13<P>The command is the first non-switch argument on the command line.</P>
14<P>Command names are not case sensitive.</P>
15<P>See also <A href ="../syntax.htm">Command Line Syntax</A> for more details about using the command line.</P>
16
17<H2>Commands quick reference</H2>
18
19<TABLE border="1" cellpadding="3" cellspacing="0">
20<TR><TH>Command</TH><TH>Description</TH></TR>
21<TR> <TD><A href="add.htm">a</A></TD> <TD><A href="add.htm">Add</A></TD></TR>
22<TR> <TD><A href="bench.htm">b</A></TD> <TD><A href="bench.htm">Benchmark</A></TD></TR>
23<TR> <TD><A href="delete.htm">d</A></TD> <TD><A href="delete.htm">Delete</A></TD></TR>
24<TR> <TD><A href="extract.htm">e</A></TD> <TD><A href="extract.htm">Extract</A></TD></TR>
25<TR> <TD><A href="list.htm">l</A></TD> <TD><A href="list.htm">List</A></TD></TR>
26<TR> <TD><A href="test.htm">t</A></TD> <TD><A href="test.htm">Test</A></TD></TR>
27<TR> <TD><A href="update.htm">u</A></TD> <TD><A href="update.htm">Update</A></TD></TR>
28<TR> <TD><A href="extract_full.htm">x</A></TD> <TD><A href="extract_full.htm">eXtract with full paths</A></TD></TR>
29</TABLE>
30
31
32</BODY>
33</HTML>
Note: See TracBrowser for help on using the repository browser.