LinuxCommandLibrary

funzip

streaming ZIP extraction filter

TLDR

Extract from stdin

$ cat [file.zip] | funzip > [output]
copy
Extract from pipe
$ curl -s [url/file.zip] | funzip > [output]
copy

SYNOPSIS

funzip [password] < file.zip

DESCRIPTION

funzip extracts the first member from a ZIP archive piped through stdin. Useful for extracting from pipes without creating intermediate files. Only extracts the first file in the archive.

CAVEATS

Only extracts the first file from the archive. For multi-file archives, use unzip instead.

SEE ALSO

unzip(1), zcat(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community