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