Answers:
7z x example.zip -oexample
Usage: 7z <command> [<switches>...] <archive_name> [<file_names>...]
[<@listfiles...>]
<Commands>
...
x: eXtract files with full paths
<Switches>
...
-o{Directory}: set Output directory
编辑:
7z x *.zip -o*
extracts all *.zip archives to subfolders with names of these archives.
奇怪的是,我必须转到完整的帮助文件才能找到此示例。未显示7z /?。
7z x
完整路径提取;如果要提取到当前目录(忽略存档中的路径信息),请使用7z e
。我觉得在不同的时间都方便。
对于p7zip:
7za e file.7z