cutmail's blog

write the code

unzipでディレクトリを指定して解凍

解凍先のディレクトリを指定する場合は、下記のようにします。

% unzip hoge.zip -d foo

この場合、hoge.zipファイルをfooディレクトリに解凍します。