如何获取文件并解压缩并保存在Nifi输出文件夹下的单独文件夹中。例如:100.zip(输入)解压缩这个和保存pdf在输出/pdf文件夹和XML在输出/XML文件夹? 浏览7提问于2022-04-20得票数 0 0回答 使用TBDSshell工作流,运行shell脚本不能再指定目录创建? 、、 通过简单的shell脚本,此脚本能够在Linux环境下运行,但是以流的...
google colab解压zip到指定文件夹 from google.colab import drive drive.mount("/content/drive") import os path="/content/drive/My Drive/untitled" os.chdir(path) os.listdir(path) !pwd 1 !ls !unzip '/content/drive/My Drive/untitled/annotations_trainval2017.zip' -d '/content/drive/My Drive/...