以下の内容はhttps://anton0825.hatenablog.com/entry/20140122/1390395636より取得しました。


特定のフォルダとそのサブフォルダにあるZIPファイルをまとめて解凍する方法

以下のコマンドでできる。

find . -name '*.zip' -exec sh -c 'unzip -d `dirname {}` {}' ';'

linuxのコマンドもっと覚えたいなぁ。
参考:shell - Find all zips, and unzip in place - Unix - Stack Overflow




以上の内容はhttps://anton0825.hatenablog.com/entry/20140122/1390395636より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14