Getting started

Knowledge hub

Tutorials

Concepts

unzip-to-out

Example

Adding unzip-to-out script

unzip-to-out drag&drop script node

Connecting zip file to unzip-to-out

Adding zip file to unzip-to-out script input

Input

Files with .zip extension

Output

This script will unzip all zip files inside in folder and output files into out directory.

Code

unzip in/*/*.zip -d out

Used in