Server IP : 85.214.239.14 / Your IP : 3.144.37.178 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/2/task/2/cwd/proc/2/cwd/usr/share/doc/p7zip-full/DOC/MANUAL/cmdline/commands/ |
Upload File : |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=Windows-1252"> <TITLE>e (Extract) command</TITLE> <LINK href="style.css" rel="stylesheet" type="text/css"> </HEAD> <BODY> <H1>e (Extract) command</H1> <P>Extracts files from an archive to the current directory or to the output directory. The output directory can be specified by <A href="../switches/output_dir.htm">-o (Set Output Directory)</A> switch.</P> <P>This command copies all extracted files to one directory. If you want extract files with full paths, you must use <A href="extract_full.htm">x (Extract with full paths)</A> command. <P>7-Zip will prompt the user before overwriting existing files unless the user specifies the <A href="../switches/yes.htm">-y (Assume Yes on all queries)</A> switch. If the user gives a <B>no</B> answer, 7-Zip will prompt for the file to be extracted to a new filename. Then a <B>no</B> answer skips that file; or, <B>yes</B> prompts for new filename.</P> <P>7-Zip accepts the following responses:</P> <TABLE> <TR> <TH>Answer</TH> <TH>Abbr.</TH> <TH>Action</TH> </TR> <TR> <TD>Yes</TD> <TD>y</TD> <TD> </TD> </TR> <TR> <TD>No</TD> <TD>n</TD> <TD> </TD> </TR> <TR> <TD>Always</TD> <TD>a</TD> <TD>Assume YES for ALL subsequent queries of the same class</TD> </TR> <TR> <TD>Skip</TD> <TD>s</TD> <TD>Assume NO for ALL subsequent queries of the same class</TD> </TR> <TR> <TD>Quit</TD> <TD>q</TD> <TD>Quit the program</TD> </TR> </TABLE> <P>Abbreviated responses are allowed.</P> <H4>Examples</H4> <PRE class="example"> 7z e archive.zip </PRE> <P>extracts all files from archive <SPAN class="filename">archive.zip</SPAN> to the current directory.</P> <PRE class="example"> 7z e archive.zip -oc:\soft *.cpp -r </PRE> <P>extracts all <SPAN class="filename">*.cpp</SPAN> files from archive <SPAN class="filename">archive.zip</SPAN> to <SPAN class="filename">c:\soft</SPAN> folder.</P> <H4>Notes</H4> <P>7-Zip doesn't use the system wildcard parser. 7-Zip doesn't follow the archaic rule by which *.* means any file. 7-Zip treats *.* as matching the name of any file that has an extension. To process all files, you must use a * wildcard.</P> <H4>Switches that can be used with this command</H4> <P> <A href="../switches/ar_include.htm">-ai (Include archives)</A><BR> <A href="../switches/ar_no.htm">-an (Disable parsing of archive_name)</A><BR> <A href="../switches/overwrite.htm">-ao (Overwrite mode)</A><BR> <A href="../switches/ar_exclude.htm">-ax (Exclude archives)</A><BR> <A href="../switches/include.htm">-i (Include)</A><BR> <A href="../switches/method.htm">-m (Method)</A><BR> <A href="../switches/output_dir.htm">-o (Set Output Directory)</A><BR> <A href="../switches/password.htm">-p (Set Password)</A><BR> <A href="../switches/recurse.htm">-r (Recurse)</A><BR> <A href="../switches/stdin.htm">-si (use StdIn)</A><BR> <A href="../switches/sni.htm">-sni (Store NT security information)</A><BR> <A href="../switches/sns.htm">-sns (Store NTFS alternate Streams)</A><BR> <A href="../switches/stdout.htm">-so (use StdOut)</A><BR> <A href="../switches/spf.htm">-spf (Use fully qualified file paths)</A><BR> <A href="../switches/type.htm">-t (Type of archive)</A><BR> <A href="../switches/exclude.htm">-x (Exclude)</A><BR> <A href="../switches/yes.htm">-y (Assume Yes on all queries)</A> </P> <H4>See also</H4> <P> <B>Commands:</B> <A href="extract_full.htm">x (Extract with full paths)</A> </P> </BODY> </HTML>