Closed. This question is off-topic 。它目前不接受答案。
想改善这个问题吗? Update the question 所以它是堆栈溢出的 on-topic。
8年前关闭。
Improve this question
我正在尝试将文件解压缩到特定文件夹中,但出现“未找到解压缩命令”错误。
我正在使用 Cygdrive 运行我的 bash 脚本
或使用图形用户界面。
in the wild
想改善这个问题吗? Update the question 所以它是堆栈溢出的 on-topic。
8年前关闭。
Improve this question
我正在尝试将文件解压缩到特定文件夹中,但出现“未找到解压缩命令”错误。
我正在使用 Cygdrive 运行我的 bash 脚本
#!/bin/bash
for dir in ./"$WORKING"/*
do
unzip '*'
done
最佳答案
包是 unzip
setup -nqP unzip
或使用图形用户界面。
in the wild
关于Bash - 解压 : command not found,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/16658678/
10-13 09:20