extract_tar
Extract a TAR archive to a specified directory or the current folder. Provide the path to the TAR file.
Instructions
Extract a TAR archive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tar_path | Yes | Path to TAR file | |
| extract_to | No | Directory to extract to (default: current directory) | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |