source: main/trunk/release-kits/shared/linux/p7z-essentials/DOCS/MANUAL/commands/delete.htm@ 28712

Last change on this file since 28712 was 28712, checked in by ak19, 10 years ago

jts21 - Add files and instructions for building self-extracting jre file

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>d (Delete) command</TITLE>
6 <LINK href="style.css" rel="stylesheet" type="text/css">
7</HEAD>
8
9<BODY>
10
11<H1>d (Delete) command</H1>
12
13<P>Deletes files from archive.</P>
14
15<H4>Example</H4>
16
17<PRE class="example">
187z d archive.zip *.bak -r
19</PRE>
20
21<P>deletes <SPAN class="filename">*.bak</SPAN> files from archive
22 <SPAN class="filename">archive.zip</SPAN>.</P>
23
24
25<H4>Notes</H4>
26
27<P>7-Zip doesn't uses the system wildcard parser. 7-Zip doesn't
28follow the archaic rule by which *.* means any file. 7-Zip treats
29*.* as matching the name of any file that has an extension. To process
30all files, you must use a * wildcard.</P>
31
32
33<H4>Switches that can be used with this command</H4>
34
35<P>
36 <A href="../switches/include.htm">-i (Include)</A><BR>
37 <A href="../switches/method.htm">-m (Method)</A><BR>
38 <A href="../switches/password.htm">-p (Set Password)</A><BR>
39 <A href="../switches/recurse.htm">-r (Recurse)</A><BR>
40 <A href="../switches/update.htm">-u (Update)</A><BR>
41 <A href="../switches/working_dir.htm">-w (Working Dir)</A><BR>
42 <A href="../switches/exclude.htm">-x (Exclude)</A>
43</P>
44
45<H4>See also</H4>
46
47<P>
48 <B>Commands:</B>
49 <A href="add.htm">a (Add)</A>,
50 <A href="update.htm">u (Update)</A>
51</P>
52
53<P>
54 <B>Switches:</B>
55 <A href="../switches/update.htm">-u (Update)</A>
56</P>
57
58</BODY>
59</HTML>
Note: See TracBrowser for help on using the repository browser.