a1.zipa2.zipb1.zipb2.zip
将解压到:
A1a2B1B2
分别.有没有办法做到这一点?
for file in *.zip do unzip -d "${file%.zip}" $file done