ls *zip | while read i ;do unzip -o $i | awk '/Archive:/{str=$2;sub(/\.zip/,".wmv",str)};/inflating:/{print "mv -v",$2,str;}' | sh; done;
下から選んでください: