Bash - 解压缩 : command not found

标签 bash shell cygwin sh

<分区>

我正在尝试解压缩特定文件夹中的文件,但出现“未找到解压缩命令”错误。

我正在使用 Cygdrive 来运行我的 bash 脚本

#!/bin/bash
for dir in ./"$WORKING"/*
do
    unzip '*'
done

最佳答案

包裹是unzip

setup -nqP unzip

或使用 GUI。

in the wild

关于Bash - 解压缩 : command not found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16658678/

相关文章:

php - 通过 Web 服务器 bash 脚本执行 rsync 不起作用

bash 关闭 Hook ;或者,在主进程被杀死时杀死所有后台进程

BASH 使用双变量 $ - 错误替换

linux - 通过 ssh 命令将内容添加到 .js 文件的末尾

linux - 为命令行 Linux 创建可执行文件

regex - sed 命令在 solaris 中不能正常工作但在 linux 中工作

shell - #!/bin/sh 后破折号 '-' -

windows - 使用 Windows cmd 或 Cygwin,有没有办法用正确的大小写获取实际文件路径/名称?

linux - 使用 cdt eclipse 和 cygwin 在 Windows 7 上创建 .so 共享对象

windows - 将 cygwin 从一台机器移动到另一台机器时要复制什么?