comparison p7zip_9.20.1/DOCS/MANUAL/switches/yes.htm @ 707:8e902fcb8792

<Sgeo> run tar -xjf p7zip.tar.bz2
author HackBot
date Sat, 15 Sep 2012 23:18:55 +0000
parents
children
comparison
equal deleted inserted replaced
706:1cf2de42d323 707:8e902fcb8792
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>-y (assume Yes on all queries) switch</TITLE>
6 <LINK href="style.css" rel="stylesheet" type="text/css">
7 </HEAD>
8
9 <BODY>
10
11 <H1>-y (assume Yes on all queries) switch</H1>
12
13 <P>Disables most of the normal user queries during 7-Zip
14 execution. You can use this switch to suppress overwrite queries in the
15 <A href="../commands/extract.htm">e (Extract)</A> and
16 <A href="../commands/extract_full.htm">x (Extract with full paths)</A> commands.</P>
17
18 <H4>Syntax</H4>
19
20 <PRE class="syntax">-y</PRE>
21
22 <H4>Examples</H4>
23
24 <PRE class="example">
25 7z x src.zip -y
26 </PRE>
27
28 <P>extracts all files from
29 <SPAN class="filename">src.zip</SPAN> archive. All overwrite queries will be
30 suppressed and files on disk with same filenames as in archive will be
31 overwritten.</P>
32
33 <H4>Commands that can be used with this switch</H4>
34
35 <P>
36 <A href="../commands/extract.htm">e (Extract)</A>,
37 <A href="../commands/extract_full.htm">x (Extract with full paths)</A>
38 </P>
39
40 <H4>See also</H4>
41
42 <P>
43 <B>Switches:</B>
44 <A href="overwrite.htm">-ao (Overwrite mode)</A>,
45 </P>
46
47 </BODY>
48 </HTML>