4

I am trying to unzip the file in particular folder and i am getting a "unzip command not found" error.

I am using Cygdrive to run my bash script

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

1 回答 1

9

包裹是unzip

setup -nqP unzip

或使用图形用户界面。

在野外

于 2013-05-21T00:47:30.747 回答