49
49
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 /?
对于 p7zip :
7za e file.7z