Bash Unzip

Bash批量解压Zip文件

find -name ‘*.zip’ -exec sh -c ‘unzip -d “${1%.*}” “$1″‘ _ {} \;

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注