49
49
7-Zipとコマンドラインからの解凍
コマンドラインの7-Zipを使ってフォルダを解凍したいと思っています。
私はexample.zip
というファイルを持っていて、そのファイルの内容をexample
というフォルダに解凍したいと思っています。
このために必要なコマンドは何ですか?
コマンドラインの7-Zipを使ってフォルダを解凍したいと思っています。
私はexample.zip
というファイルを持っていて、そのファイルの内容をexample
というフォルダに解凍したいと思っています。
このために必要なコマンドは何ですか?
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.
奇妙なことに、この例を見つけるために完全なヘルプファイルに行かなければなりませんでした。
p7zip](http://en.wikipedia.org/wiki/P7zip)の場合。
7za e file.7z