发布网友 发布时间:2022-04-22 04:50
我来回答
共1个回答
热心网友 时间:2023-05-02 10:00
#!/bin/shfor file in `find A -name *.zip` //A表示目录dounzip $file done