2008-02-14から1日間の記事一覧

ruby -e 'p Dir.glob("./*.zip").each {|f| system("unzip #{f}") }' system("command")とすると、コマンドが実行できる。