为什么这不能解压给定目录中的所有 zip 文件?
find -name "*.zip" -exec unzip {} + \;
相反,对于每个匹配项,我得到“警告:文件名不匹配:”
linux bash
bash ×1
linux ×1