Specifies what archives must be excluded from operation.
Multiple exclude archive switches are supported.
-ax[<recurse_type>]<file_ref> <recurse_type> ::= r[- | 0] <file_ref> ::= @{listfile} | !{wildcard}
See -xi (Include archive filenames) switch description for information about option parameters.
7z t -an -ai!*.7z -ax!a*.7z
tests all *.7z archives, except a*.7z archives.
e (Extract), l (List), t (Test), x (Extract with full paths)
Switches: -ai (Include archives) -an (Disable parsing of archive_name)