>>46
漏れならこうするかな。

% cat extract_xxx.sh
#!/bin/sh
for i in $*; do unzip -P"password" $i && rm -f $i; done

% extract_xxx.sh *.zip