Sign Up

unzip-to-out

Example

Adding unzip-to-out script

GIF of dragging unzip-to-out from the library on the left side bar to the workflow editor

unzip-to-out drag and drop script node

Connecting zip file to unzip-to-out

GIF of adding zip file to unzip-to-out script input in the workflow editor

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.

Screenshot of the Output on the bottom bar of the unzip-to-out tool in the workflow editor

Code

unzip in/*/*.zip -d out

Used in