Specifies additional include archive filenames and wildcards.
Multiple include switches are supported.
-ai[<recurse_type>][<mark_type>][<wildcard_type>]<file_ref> <recurse_type> ::= r[- | 0] <mark_type> ::= m[- | 2] <wildcard_type> ::= w[-] <file_ref> ::= @{listfile} | !{wildcard}
See -i (Include filenames) switch description for information about -x option parameters.
Specifies how wildcards and file names in this switch must be used. If this option is not given, recursion will be not used. For more details see specification of the -r (Recurse) switch.
<recurse_type> ::= r[- | 0]
Specifies filenames and wildcards or list file that specify processed files.
<file_ref> ::= @{listfile} | !{wildcard}
Option | Description |
---|---|
{listfile} | Specifies name of list file. See List file description. |
{wildcard} | Specifies wildcard or filename. |
7z t -an -air!*.7z
tests *.7z archives in current directory and all it's subdirectories.
e (Extract), l (List), t (Test), x (Extract with full paths)
Switches: -ax (Exclude archives) -an (Disable parsing of archive_name)