标签: bash shell cygwin sh
我正在尝试解压缩特定文件夹中的文件,我收到“未找到解压缩命令”错误。
我正在使用Cygdrive来运行我的bash脚本
#!/bin/bash for dir in ./"$WORKING"/* do unzip '*' done
答案 0 :(得分:9)
包裹是unzip
unzip
setup -nqP unzip
或使用GUI。
in the wild