~ubuntu-branches/ubuntu/precise/p7zip/precise-updates

« back to all changes in this revision

Viewing changes to GUI/help/cmdline/switches/yes.htm

  • Committer: Bazaar Package Importer
  • Author(s): Mohammed Adnène Trojette
  • Date: 2009-02-14 20:12:27 UTC
  • mfrom: (1.1.11 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090214201227-go63qxm9ozfdma60
Tags: 4.65~dfsg.1-1
* New upstream release.
* Remove wx2.8 Build-Depends added by mistakes (7zG is not yet
  intended to be built).
* Use dh_clean without -k.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>