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

« back to all changes in this revision

Viewing changes to DOCS/MANUAL/commands/extract.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:
54
54
<P>extracts all <SPAN class="filename">*.cpp</SPAN> files from archive
55
55
    <SPAN class="filename">archive.zip</SPAN> to <SPAN class="filename">c:\soft</SPAN> folder.</P>
56
56
 
 
57
 
 
58
<H4>Notes</H4>
 
59
 
 
60
<P>7-Zip doesn't uses the system wildcard parser. 7-Zip doesn't
 
61
follow the archaic rule by which *.* means any file. 7-Zip treats
 
62
*.* as matching the name of any file that has an extension. To process 
 
63
all files, you must use a * wildcard.</P>
 
64
 
 
65
 
57
66
<H4>Switches that can be used with this command</H4>
58
67
 
59
68
<P>
66
75
  <A href="../switches/password.htm">-p (Set Password)</A><BR>
67
76
  <A href="../switches/recurse.htm">-r (Recurse)</A><BR>
68
77
  <A href="../switches/stdout.htm">-so (use StdOut)</A><BR>
 
78
  <A href="../switches/type.htm">-t (Type of archive)</A><BR>
69
79
  <A href="../switches/exclude.htm">-x (Exclude)</A><BR>
70
80
  <A href="../switches/yes.htm">-y (Assume Yes on all queries)</A>
71
81
</P>