programming-languageファイル入出力zip展開On this pagezip展開 Python pywith zipfile.ZipFile(fname_z) as z: z.extract('file1.txt', 'out_dir/') 全部展開する場合はこう pyz.extractall() Bash bashunzip a.zip 📩 ご意見・ご感想はこちらから