OSDN Git Service

6c65d83ad97d5e32669c038d6b8aa7861cd2e2b3
[sevenzip/7-Zip.git] / chm / cmdline / commands / delete.htm
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r
2 <HTML>\r
3 <HEAD>\r
4   <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">\r
5   <TITLE>d (Delete) command</TITLE>\r
6   <LINK href="style.css" rel="stylesheet" type="text/css">\r
7 </HEAD>\r
8 \r
9 <BODY>\r
10 \r
11 <H1>d (Delete) command</H1>\r
12 \r
13 <P>Deletes files from archive.</P>\r
14 \r
15 <H4>Example</H4>\r
16 \r
17 <PRE class="example">\r
18 7z d archive.zip *.bak -r\r
19 </PRE>\r
20 \r
21 <P>deletes <SPAN class="filename">*.bak</SPAN> files from archive\r
22     <SPAN class="filename">archive.zip</SPAN>.</P>\r
23 \r
24 \r
25 <H4>Notes</H4>\r
26 \r
27 <P>7-Zip doesn't uses the system wildcard parser. 7-Zip doesn't\r
28 follow the archaic rule by which *.* means any file. 7-Zip treats\r
29 *.* as matching the name of any file that has an extension. To process \r
30 all files, you must use a * wildcard.</P>\r
31 \r
32 \r
33 <H4>Switches that can be used with this command</H4>\r
34 \r
35 <P>\r
36   <A href="../switches/include.htm">-i (Include)</A><BR>\r
37   <A href="../switches/method.htm">-m (Method)</A><BR>\r
38   <A href="../switches/password.htm">-p (Set Password)</A><BR>\r
39   <A href="../switches/recurse.htm">-r (Recurse)</A><BR>\r
40   <A href="../switches/update.htm">-u (Update)</A><BR>\r
41   <A href="../switches/working_dir.htm">-w (Working Dir)</A><BR>\r
42   <A href="../switches/exclude.htm">-x (Exclude)</A>\r
43 </P>\r
44 \r
45 <H4>See also</H4>\r
46 \r
47 <P>\r
48   <B>Commands:</B> \r
49   <A href="add.htm">a (Add)</A>,\r
50   <A href="update.htm">u (Update)</A>\r
51 </P>\r
52 \r
53 <P>\r
54   <B>Switches:</B>\r
55   <A href="../switches/update.htm">-u (Update)</A>\r
56 </P>\r
57 \r
58 </BODY>\r
59 </HTML>\r